openskull
v0.0.3
Published
A CLI wrapper around the taste npm package
Downloads
176
Maintainers
Readme
openskull
A CLI wrapper around the taste npm package.
Install
npm install -g openskullUsage
openskull [command] [options]Commands
| Command | Description |
| ------------------ | ---------------------------------------------------- |
| test | Run server-side unit tests (default) |
| test.integration | Run server-side integration tests |
| watch | Watch files and re-run jshint + tests on change |
| watch.ng | Watch and re-run karma unit tests on change |
| jshint | Run jshint over all code |
Options
| Option | Description |
| ------------------- | ---------------------------------------------- |
| --cov=true | Run test coverage via Istanbul |
| --files=<pattern> | Focus tests on a specific file or directory |
Examples
openskull
openskull test
openskull test --cov=true
openskull test --files=some/dir
openskull jshint
openskull watch
openskull watch.ng
openskull test.integrationLicense
MIT
