1.0.2 • Published 5 years ago

cyt-cli v1.0.2

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

cyt-cli

A simple CLI for scaffolding front-end projects.

Installation

$ npm i -g cyt-cli

Usage

$ cyt-cli create <project-name>

Example:

$ cyt-cli create my-project

The above command prompts for some information, and generates the project at ./my-project.

Current available templates include:

  • swan-template - A full-featured Webpack setup for quick prototyping.
  • swan-vue-template - A full-featured Webpack + vueify setup for quick propotyping.
  • swan-react-template - A full-featured Webpack + react setup for quick propotyping.