0.0.2 • Published 2 years ago

@medolino/js-pi v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@medolino/js-pi

JavaScript Style Guide npm

Personal CLI tool to initialize new JS projects.

Install

Install globally using npm:

npm i -g @medolino/js-pi

Usage

Run js-pi and answer a few questions about a new project:

js-pi

To skip questions, you can also provide options directly in CLI.

js-pi -t /path/to/project-directory -i true -g true

Script options:

  -t, --target      Target directory                          [string]  [default: "./"]
  -i, --install     Run npm install after project creation    [boolean] [default: true]
  -g, --git         Initialize git                            [boolean] [default: false]