2.4.0 • Published 5 years ago

@lapidist/safestart-cli v2.4.0

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

safestart-cli

GitHub Release GitHub Issues Dependencies Dev Dependencies Build Status

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.

2.4.0

5 years ago

2.3.0

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

1.2.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago