1.0.2 • Published 5 years ago

@vaporweb/service v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@vaporweb/service

Service Scripts

service develop

Runs the service in development mode and watches for changes. CLI options will be forwarded to Node.js.

Node.js CLI options

service lint

Runs the linter.

CLI options will be forwarded to eslint or tslint. For example, service lint --fix.

ESLint CLI options

TSLint CLI options

service test

Starts the test runner. CLI options will be forwarded to Jest. For example, service test --watch.

Jest CLI options

You can override jest configuration options by adding them to the package.json file.