1.0.3 • Published 6 years ago

gl-react-cli v1.0.3

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

This project is based on Create React App.

The main purpose is for its own convenience.

gl-react-cli

A simple CLI for scaffolding React.js projects.

Installation

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

$ npm install -g gl-react-cli

Usage

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

Example:

$ gl init react-webpack my-project