1.5.1 • Published 6 years ago

simple-koa2-cli v1.5.1

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

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

License

ISC

1.5.1

6 years ago

1.5.0

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago