@medolino/js-pi
v0.0.2
Published
JS Project Init
Downloads
3
Maintainers
Readme
@medolino/js-pi
Personal CLI tool to initialize new JS projects.
Install
Install globally using npm:
npm i -g @medolino/js-piUsage
Run js-pi and answer a few questions about a new project:
js-piTo skip questions, you can also provide options directly in CLI.
js-pi -t /path/to/project-directory -i true -g trueScript 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]