0.0.4 • Published 3 years ago

chrisp-vanilla-js-lib-test v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

vanilla-js-lib-test

Testing building a lib with webpack, Typescript, etc.

Global NPM packages to install on your box

Rollup: npm install rollup -g Karma CLI: npm install karma-cli -g

Commands

npm run lint-lib Lint the library npm run test-lib Run Karam/Jasmine Unit Tests npm run build-lib Builds the library using rollup and places in the \dist\ folder