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

https://github.com/eilvein/rb-cli

⚔️A simple ROOBO CLI.
https://github.com/eilvein/rb-cli

gulp vue webpack

Last synced: about 1 year ago
JSON representation

⚔️A simple ROOBO CLI.

Awesome Lists containing this project

README

          

# rb-cli

A simple ROOBO CLI.

### Installation

```
yarn install -g rb-cli
```

### Usage

```
rb [options]
# help
rb --help
```

### Generate Project

Generate project using template.

```
rb create
```

The current template

- gulp webpack project template
- webpack project template
- vue project template

### License

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](LICENSE)