dpos-api-wrapper

v1.2.0
DPOS API Wrapper written in TypeScript
rise lisk shift dpos oxy ark cryptocurrency coin altcoin and 1 more...

test

npm run test-all && npm run tslint

test-all

npm run tslint && npm run test-node && npm run test-browser

tslint

tslint 'src/**'

test-browser

karma start karma.conf.js

test-node

mocha test/

package

shx rm -rf ./dist/; tsc --outDir dist/es5 --target es5 -d && webpack

coverage

nyc -e '.ts' -r lcov npm run test-node && cat ./coverage/lcov.info | coveralls

prepublish

shx rm -rf ./dist/ && npm run package

docs

shx rm -rf docs ; typedoc -exclude "**/apis/**" --theme node_modules/typedoc-clarity-theme/bin --excludePrivate --disableOutputCheck --hideGenerator --module commonjs --mode file --tsconfig ./tsconfig.json --out docs/ src/; touch docs/.nojekyll

Metadata

  • MIT
  • Whatever
  • Andrea Baccega
  • released 12/11/2017

Downloads

Maintainers