Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bannerchi/koa-rigger

a cli tool for koa2 framework
https://github.com/bannerchi/koa-rigger

koa koa2

Last synced: about 1 month ago
JSON representation

a cli tool for koa2 framework

Awesome Lists containing this project

README

        

# koa-rigger
This is a rigger of koa2

## Install

```bash
npm i -g koa-rigger
```

## Useage

```bash
//run in your project root, you can create a structure of this framework
koa-rigger init [Your project name]

//enjoy it

```