0.0.5 • Published 7 months ago

generator-stupid-cli v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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-cli

Then generate your new project:

yo stupid-cli

What 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

LICENSE

MIT

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago