typescript-react-lib-starter

1.2.1 • Public • Published

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.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)

Readme

Keywords

none

Package Sidebar

Install

npm i typescript-react-lib-starter

Weekly Downloads

2

Version

1.2.1

License

MIT

Unpacked Size

7.68 kB

Total Files

8

Last publish

Collaborators

  • puncsky