https://github.com/neil-140301/minion-cli
An easy cli to quickly set up your dev projects with a framework of your choice.
https://github.com/neil-140301/minion-cli
cli nodejs npm-package typescript3 yarn
Last synced: 7 months ago
JSON representation
An easy cli to quickly set up your dev projects with a framework of your choice.
- Host: GitHub
- URL: https://github.com/neil-140301/minion-cli
- Owner: Neil-140301
- Created: 2022-07-15T13:46:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T04:09:22.000Z (over 3 years ago)
- Last Synced: 2025-06-02T15:15:15.550Z (7 months ago)
- Topics: cli, nodejs, npm-package, typescript3, yarn
- Language: TypeScript
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# minion-cli
An easy cli to quickly set up your dev projects with a framework and tools of your choice.

## Get Started
```bash
npx minion-cli init
```
or
```bash
npm i -g minion-cli
```
```bash
minion init
```