0.0.7 • Published 5 years ago

cms-cli v0.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

cms-cli

A simple CLI for scaffolding cms projects.

Installation

Prerequisites: Node.js (>=6.x, 8.x preferred), npm version 3+ and Git.

$ npm install -g cms-cli

Usage

$ cms create <project-name>

Example:

$ cms create my-project

Later we will consider supporting tempalate based on react.