Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yyz945947732/generator-stupid-cli
generating a tiny cli project
https://github.com/yyz945947732/generator-stupid-cli
bin cli command generator yoeman-generator
Last synced: about 1 month ago
JSON representation
generating a tiny cli project
- Host: GitHub
- URL: https://github.com/yyz945947732/generator-stupid-cli
- Owner: yyz945947732
- License: mit
- Created: 2023-10-02T06:29:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-02T13:03:51.000Z (over 1 year ago)
- Last Synced: 2024-11-17T12:09:02.043Z (about 2 months ago)
- Topics: bin, cli, command, generator, yoeman-generator
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/generator-stupid-cli
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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](http://yeoman.io) and generator-stupid-cli using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo generator-stupid-cli
```Then generate your new project:
```bash
yo stupid-cli
```## What do you get?
Scaffolds out a complete generator directory structure for you:
```text
.
├── bin/
│ └── index.js
├── lib/
│ ├── index.js
│ └── run.js
├── .editorconfig
├── .gitignore
├── biome.json
├── LICENSE
├── package.json
└── README.md
```## LICENSE
[MIT](https://github.com/yyz945947732/generator-stupid/blob/master/LICENSE)