0.1.2 • Published 6 years ago

create-koa-api v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Create Koa API

Scrip to automatically create a Koa app API. The template used is in this repo

Getting Started

Requirements

Installation

Install with yarn globally

$ yarn global add create-koa-api

Usage

  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

Creating an App

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