4.0.5 • Published 5 years ago
nocust-client
Licence
UNLICENSED
Version
4.0.5
Deps
10
Size
650 kB
Vulns
27
Weekly
0
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)
NOCUST Client library
GET STARTED
Run yarn
BUILDING
Build & check TS errors: yarn build
TESTING
Run complete test suite(local operator must be running): yarn test
Run complete test suite against Limbo: yarn test:limbo
- unit/integration tests:
yarn test:unit - e2e tests(local operator must be running):
yarn test:e2e - e2e tests against Limbo:
yarn test:e2e:limbo - stress tests(local operator must be running):
yarn test:stress
DOCUMENTATION
Build documentation: yarn docs
Run local documentation site: cd website && yarn start
Build & deploy documentation: yarn docs:publish