1.1.0 • Published 6 years ago

@bbgrabbag/create-react-lite-app v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

React Lite CLI

Author: bbgrabbag

Description

A lightweight alternative to Facebook's CLI Create React App.

Allows for a simple installation of a development-ready React environment.

See the actual boilerplate HERE

Quick Install

  • npm install -g @bbgrabbag/create-react-lite-app
  • create-react-lite-app </path/to/dest>

API

  • create-react-lite-app </path/to/dest> [,-dep <dependency>...(limit 10)]

If you wish to install extra dependencies (Axios or Redux for example) you can specify them under the -dep flag. After the boilerplate downloads, the script will run npm install --save on all listed dependencies.

NOTE

There is a limit of 10 dependencies that can be listed under the -dep flag;

1.1.0

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago