0.1.3 • Published 7 years ago

@vlvovlv/douya-cli v0.1.3

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

douya-cli npm package

A simple CLI for scaffolding JS projects.

Installation

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

$ npm install -g douya-cli

Usage

$ douya create <template-name> <project-name>

Example:

$ douya create node my-project

This command pulls the template from @vlvovlv/douya-template-node, prompts for some information & choices, and generates the project at ./my-project/.