dotapp-cli
v0.0.1
Published
The command line interface of dotapp framework
Downloads
3
Readme
DotApp CLI
The command line interface of dotapp framework.
A tiny, light-weight and full-featured nodejs framework built on express.js with minimum dependencies.
DOTAPP is shipped with a combination of open-source libraries that are fully integrated to save the development time like users, roles an media.
Requirements
- nodejs >= 8.0.0
- npm >= 3.0.0
- git
- mongodb
Installation
$ npm install -g dotapp-cli
$ dotapp new blog
$ cd blog
$ npm install