1.0.5 • Published 6 years ago

basic-react-cli v1.0.5

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

Basic React - CLI

Simple cli to scaffold a react project (with a optional Preprocessor).

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Installing

Install the cli globally on your local computer.

npm install basic-react-cli -g

or using yarn

yarn add basic-react-cli -g

Basic usage

Works best using cmd for windows users.

Create new project

Run the following command and select features.

rt new <projectName>

Scaffold component

To generate a new component

rt g component <name>

To create a new container

rt g container <name>

Authors

  • Andri Andreson

Acknowledgments

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