basic-react-cli

1.0.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i basic-react-cli

Weekly Downloads

0

Version

1.0.5

License

ISC

Unpacked Size

477 kB

Total Files

28

Last publish

Collaborators

  • andriandresson