0.1.0 • Published 6 years ago

reap-cli v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Cli for REAP

A simple CLI for generate REAP projects.

Usage

Installation

Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+ and Git.

$ npm install reap-cli -g

New a Project

$ reap new // will download reap-boilerplate in current directory
$ reap new --no-auto-install // not auto install npm dependencies

Generate New Function / Apis

$ cd your application
$ reap g