@lapidist/safestart-cli
v2.4.0
Published
safestart CLI tool
Downloads
7
Readme
safestart-cli
safestart-cli: safestart CLI tool.
Quickstart
➜ npx @lapidist/safestart-cli <project-name>
➜ cd <project-name>
➜ npm run watch
Alternatively:
➜ npm i -g @lapidist/safestart-cli
➜ safestart <project-name>
➜ cd <project-name>
➜ npm run watch
Development
Clone repository into a directory:
➜ git clone https://github.com/brettdorrans/safestart-cli.git
Install dependencies:
➜ npm i
Find more information about package.json
scripts:
➜ npm run info
info:
Display information about the package scripts
fix:
Try to automatically fix any linting problems
test:
Lint and unit test the project
watch:
Watch and rebuild the project on save, then rerun relevant tests
cov:
Rebuild, run tests, then create and open the coverage report
Additional build tasks can be found in package.json
.
Credits and collaboration
safestart-cli
is maintained by Brett Dorrans. I welcome comments, feedback and suggestions. Please feel free to raise an issue or pull request.
License
safestart-cli
is licensed under the MIT license. See LICENSE.md for the full text.