Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mglagola/markg-cli
An opinionated generator cli
https://github.com/mglagola/markg-cli
cli commander easi express generator hapi javascript nextjs nodejs npm
Last synced: about 1 month ago
JSON representation
An opinionated generator cli
- Host: GitHub
- URL: https://github.com/mglagola/markg-cli
- Owner: mglagola
- Created: 2017-03-19T18:18:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T00:20:14.000Z (about 6 years ago)
- Last Synced: 2024-10-07T18:48:32.764Z (about 1 month ago)
- Topics: cli, commander, easi, express, generator, hapi, javascript, nextjs, nodejs, npm
- Language: JavaScript
- Homepage:
- Size: 347 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markg
A very opinionated generator cli using [easy-generator](https://github.com/mglagola/easy-generator).
## Installation
```bash
npm install -g markg
```## Usage
```
$ markg --helpUsage: markg [options] [command]
Opinionated template generator
Options:
-V, --version output the version number
-h, --help output usage informationCommands:
hapi:site [options] [name] Generates a hapi site starter project
hapi:api [options] [name] Generates a hapi api starter project
express [options] [name] Generates a simple express starter project
nextjs:bare [options] Generates a simple nextjs starter project
nextjs:native [options] Generates a simple nextjs react-native(web) starter project
expo:bare [options] [name] Generates a bare expo (react-native) starter project
expo:redux [options] [name] Generates a redux and react-navigation boilerplate expo (react-native) project
cli:meow [options] [name] Generates a meow cli starter project
cli:commander [options] [name] Generates a commander cli starter project
lib [options] [name] Generates a simple npm lib starter project
```