0.0.1 • Published 7 years ago
vast-canvas v0.0.1
vast
Vast is an infinite space for js canvas
Installation
$ npm i --save vastUsage
Scripts
npm run compile- Compiles source files to disk (~/lib).npm run compile:watch- Same asnpm run compilebut watches files for changes.npm run lint- Lints source and test files.npm run lint:fix- Lints files and attempts to fix any issues.npm run test- Runs unit tests.npm run test:watch- Same asnpm testbut watches files for changes.npm run test:cov- Generates a test coverage report.
Distribution
Execute one of the following commands
npm version patch -m "Bump to %s"
npm version minor -m "Bump to %s"
npm version major -m "Bump to %s"License
MIT
0.0.1
7 years ago