0.1.8 • Published 7 years ago
iotex-client-js v0.1.8
iotex-client-js
Please check documentations at https://docs.iotex.io.
Development
nvm use 8.12.0
npm install
# test
# run all tests
npm run test
# run a single test file
npm run ava ./path/to/test-file.jsTo run a single test case, follow instructions here.
Scripts
npm run build: build source code fromsrctodistnpm run docs: generate documentationsnpm run publish: publish code to npmnpm run changelog-patchbump version patch (bug fixes)npm run changelog-minorbump version minor (new features)npm run changelog-majorbump version major (breaking change)