1.0.0 • Published 3 years ago

@guilhermespopolin/create-node-cli v1.0.0

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

@guilhermespopolin/create-node-cli

Node cli for creating Node cli projects.

Installation & Usage

npm init @guilhermespopolin/create-node-cli
# or
npx @guilhermespopolin/create-node-cli
# or
npm install -g @guilhermespopolin/create-node-cli
create-node-cli

Options

clignite [-t,--template=[js,ts]] [-g,--git] [-i,--install] [project-name]
  • -t, --template: Accepts js or ts for creating node cli projects with vanilla JS or Typescript respectively. Defaults to js.
  • -g, --git: When true initializes a git repository in the new project. Defaults to false.
  • -i, --install: When true install dependencies. Defaults to true.
  • [project-name]: Defaults to node-cli if not provided.

License

MIT