Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1 KB

README.md

File metadata and controls

45 lines (30 loc) · 1 KB

CircleCI npm version dev-badge Coverage Status

tpl-lib-react-ts


Install

npm install your-lib-here

Use

Develop

git clone git@github.com:andreidmt/tpl-lib-react-ts.git && \
  cd tpl-lib-react-ts && \
  npm run setup

# run tests (any `*.test.js`) once
npm test

# watch `src` folder for changes and run test automatically
npm run tdd

Changelog

See the releases section for details.