1.2.1 • Published 7 years ago
typescript-react-lib-starter v1.2.1
typescript-react-lib-starter
A simplistic typescript lib boilerplate using React, 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.jsTo run a single test case, follow instructions here.
Scripts
npm run build: build source code fromsrctodistnpm 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)
1.2.1
7 years ago