Scrip to automatically create a Koa app API. The template used is in this repo
Install with yarn globally
$ yarn global add create-koa-api
Usage: create-koa-api [options] <dir>
Options:
-r, --repo <repo-url> URL repository to use as template
-a, --auth Start with auth
-h, --help output usage information
To create a new app, run
$ create-koa-api my-app
$ cd my-app
To create a new app with authentication, run
$ create-koa-api my-app -a
$ cd my-app