1.0.0 • Published 5 years ago

crudmaker-installer v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

crudmaker-installer

A simple crudmaker-admin installer tool.

Installation

Prerequisites:

  • Node.js (>=4.x or 6.x preferred)
  • npm version 3+ and Git.
$ npm install -g crudmaker-installer

Usage

Creating crudmaker-admin projects

$ crudmaker <project-name>

Example:

$ crudmaker myproject

$ cd myproject
$ npm i

$ npm run serve