koa2-mvc-cli
v1.0.1
Published
A CLI for koa2 project
Downloads
1
Readme
koa2-mvc-cli
A CLI for Koa2 project.
Getting Started
Install:
Firstly, install the package from npm (you'll need at least Node.js 7.6.0):
npm i -g koa2-mvc-cli
Alternatively, you can use Yarn to install it:
yarn global add koa2-mvc-cli
Once that's done, you can run this help command inside your directory:
koa2 -h
Create a project:
koa2 create my-project
Documentation
Docs are available at https://kingispeak.github.io/koa2-mvc-cli
Issues
Feel free to submit issues and enhancement requests.
Please use issues to report specific bugs and errors.
Contributing
Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork this repository to your own GitHub account and then clone it to your local device
- Uninstall the package if it's already installed:
npm uninstall -g koa2-mvc-cli
- Link the package to the global module directory:
npm link
- You can now use
koa2
on the command line! - As always, you can use
npm test
to run the tests and see if your changes have broken anything. - Submit a Pull request so that we can review your changes
Be sure to merge the latest from upstream before making a pull request!
Author
Sin-Fong Lyu [email protected]