A simple CLI for scaffolding Koa.js projects.
npm i -g koajs-cli
koa init <template> <project> # generate a new project from a template
koa list # list available official templates
- koajs-templates - A collection of koa2 boilerplate with powerful UI library.
MIT