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
- Host: GitHub
- URL: https://github.com/bannerchi/koa-rigger
- Owner: bannerchi
- License: mit
- Created: 2017-06-21T07:52:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T09:48:30.000Z (over 8 years ago)
- Last Synced: 2025-02-23T04:32:25.212Z (over 1 year ago)
- Topics: koa, koa2
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```