0.0.10 • Published 6 years ago

aircode-node v0.0.10

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

JavaScript Style Guide

Airapi scaffold

A node.js scaffold

Generate node.js web api framework, integrate with Docker and MongoDB.

Installing

Install by npm

$ npm install -g aircode-node

Install by yarn

$ yarn add -g aircode-node

Using

List command

$ aircode-node -h

Create a new project

$ aircode-node new <projectName>

Generate model / routes

$ cd <projectName>
$ aircode-node generate <modelName> <fieldName>:<data type(mongo support)>

Run with Docker

$ make up

Run in local

$ npm install
$ npm run dev

Database

  • MongoDB

Issues

You can report issues in here

0.0.10

6 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago