simple-koa2-cli
v1.5.1
Published
a koa2 cli
Downloads
10
Maintainers
Readme
simple-koa2-cli
A simple CLI for scaffolding koa2.js projects.
Installation
Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+ and Git.
$ npm install -g simple-koa2-cli
Usage
$ koa2-cli init <project-name>
Example:
$ koa2-cli init my-project
The above command generates the project at ./my-project/
.
Doc
It is recommended to read the official documents of koa first.
Local Templates
Instead of a GitHub repo, just use the local template