2.6.9 • Published 3 years ago

onefx-auth v2.6.9

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

CircleCI

typescript-starter

A simplistic typescript boilerplate using babel, tslint, ava, and CircleCI.

nvm use 10.15.1
npm install

# test
# run all tests
npm run test
# run a single test file
npm run ava ./path/to/test-file.js

To run a single test case, follow instructions here.

Scripts

  • npm run build: build source code from src to dist
  • npm publish: publish code to npm
  • npm run changelog-patch bump version patch (bug fixes)
  • npm run changelog-minor bump version minor (new features)
  • npm run changelog-major bump version major (breaking change)