1.0.2 • Published 7 years ago

jusfoun-cli v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

jusfoun-cli

A simple CLI for scaffolding frontend projects.

Installation

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

$ npm install -g jusfoun-cli

Usage

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

Example:

$ jusfoun init spa-development-PC my-project

The above command pulls the template from jusfoun-templates/spa-development-PC, prompts for some information, and generates the project at ./my-project/.

Official Templates

All official project templates are repos in the jusfoun-templates organization. When a new template is added to the organization, you will be able to run jusfoun init <template-name> <project-name> to use that template. You can also run jusfoun list to see all available official templates.

Current available templates include:

License

MIT