@keystonehq/controllers

v0.0.1
Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets
MetaMask Ethereum

doc

typedoc && touch docs/.nojekyll

lint

yarn lint:eslint && yarn lint:misc --check

test

jest

build

rimraf dist && tsc --project .

setup

yarn install && yarn allow-scripts

lint:fix

yarn lint:eslint --fix && yarn lint:misc --write

lint:misc

prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' --ignore-path .gitignore

build:link

yarn build && cd dist && yarn link && rm -rf node_modules && cd ..

test:watch

jest --watch

build:watch

yarn build --watch

lint:eslint

eslint . --cache --ext js,ts

prepublishOnly

yarn build
npm i @keystonehq/controllers

Metadata

  • MIT
  • >=12.0.0
  • Unknown
  • released 1/24/2022

Downloads