generator-stupid-cli
v0.0.7
Published
generating a tiny cli project
Downloads
10
Maintainers
Readme
generator-stupid-cli
generating a tiny cli project
Features
generating a tiny cli project support:
- Automatically detect version updates.
- Command line parameter parsing out of box.
Installation
First, install Yeoman and generator-stupid-cli using npm (we assume you have pre-installed node.js).
npm install -g yo generator-stupid-cliThen generate your new project:
yo stupid-cliWhat do you get?
Scaffolds out a complete generator directory structure for you:
.
├── bin/
│ └── index.js
├── lib/
│ ├── index.js
│ └── run.js
├── .editorconfig
├── .gitignore
├── biome.json
├── LICENSE
├── package.json
└── README.md