Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)