Skip to content

kingda/YKingD-koa1-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koa1 application generator.

NPM Version

Description

The purpose of the package is making koa1 application easier for you.I was inspired by the another package named express-generator which can generate express application quickly.As for the version of node,i can not use the koa2 to run on the node 4.6.So i find a compromise not only i can use koa but also the project can be run on the low version of node.At last but not least,i hope you will enjoy it.

Installation

$ npm install -g ykd-koa1-generator

Quick Start

Create the app:

$ mkdir hello-ykoa1
$ cd hello-ykoa1
$ ykoa1

Install dependencies:

$ npm install

Start your app at http://localhost:5223/:

$ node app.js

Command Line Options

This generator can also be further configured with the following command line flags.

    --git            add .gitignore
-f, --force          force on non-empty directory

License

MIT

Thanks

express-generator

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages