Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T09:48:30.000Z (over 7 years ago)
- Last Synced: 2024-11-16T16:07:14.732Z (3 months 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
```