0.0.1 • Published 6 years ago

kaijs v0.0.1

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

Kaijs

A web server generator based on koa.

Installation

$ npm install -g kaijs

Quick Start

Create the app:

$ kaijs /tmp/foo && cd /tmp/foo

Install dependencies:

$ npm install

Start your Koa app at http://localhost:8080/:

$ npm start

Command Line Options

     --db       Add <database> support with sequelize (mysql|sqlite|postgres|mssql)
 -f, --force    force on non-empty directory