ease-cli

A simple CLI for scaffolding web front-end projects.


Keywords
ease-cli, web, front-end, cli
License
MIT
Install
npm install ease-cli@1.0.4

Documentation

ease-cli

A simple CLI for scaffolding web front-end projects. Most of modules copy from vue-cli, so it keep the same api with vue-cli. It will be helpful to generate a new front-end project from ease-templates without any redundant work. Also you can generate a vue project from vuejs-templates.

npm version MIT Licensed

Usage

Generate a new project from template

$ ease init <template-name> <project-name>

List available official templates

$ ease list

Start a static server for an existing project

$ ease serve [project-name]