dotapp-cli

The command line interface of dotapp framework.

Usage no npm install needed!

<script type="module">
  import dotappCli from 'https://cdn.skypack.dev/dotapp-cli';
</script>

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

Documentation

DotApp Documentation