@fractional-company/common
v1.2.102
Published
Tessera constants
Downloads
433
Readme
@fractional-company/common
Common lib used by multiple fractional apps.
Development
Commands
npm install / yarn install
Usage
Commands
npm test # run tests with Jest
npm run coverage # run tests with coverage and open it on browser
npm run lint # lint code
npm run build # transpile code and build module
Publish
npm run release
npm publish
It'll automatically run test
, lint
, docs
, build
, generate CHANGELOG.md
, and push commits and tags to the
remote repository.