gl-react-cli

a react-cli project

Usage no npm install needed!

<script type="module">
  import glReactCli from 'https://cdn.skypack.dev/gl-react-cli';
</script>

README

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