0.2.1 • Published 6 years ago

kora v0.2.1

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

Kora Logo

kora NPM version

kora is a Koa generator, but easy to generate node.js server template,aim to make easy to create a rest service powered by Koa.

Usage

First of all, make sure you have already install Node.js and MongoDB

npm install -g kora

generate your koa server with:

kora /your/projectName && cd /your/projectName

install dependencies && dev-dependencies

npm install

or:

pnpm install

pnpm?

NOTE

For now,kora default view engine is jade,default database is MongoDB with ODM by mongorito

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

8 years ago

0.0.1

8 years ago