RIF Self-sovereign identity library.
Setup:
npm install
npm run setup
npm run build
First installs global dependencies, then links inner packages, finally installs inner packages dependencies.
Run all packages tests using Jest
npm test
Variants:
-
Watch all tests (useful for development)
npm run test:watch -
View coverage (output in
/coverage)npm run test:coverage
Builds src/ folder into lib/ folder of each package in packages/ folder using Babel
npm run build
Enforced code syntax using ESLint using standard config
npm run lint
Fast fixer:
npm run lint:fix
TBD
TBD