koa-spring-cli
v1.0.3
Published
一个 Koa 类 Spring 脚手架
Downloads
5
Maintainers
Readme
koa-spring-cli
A simple CLI for scaffolding koa2.js projects like SpringMvc.
Installation
Prerequisites: Node.js (>=10.x preferred), npm version 6+ and Git.
$ npm install -g koa-spring-cli
Usage
$ koa-spring-cli init <project-name>
Example:
$ koa-spring-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