Skip to content

gsulloa/create-koa-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published