1.0.4 • Published 6 years ago

solera-cli v1.0.4

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

Solera CLI

Solera CLI for React.

Getting Started

Installing

NPM

npm i solera -g

Yarn

yarn global add solera

Usage

If you don't have the cloned repository of a project in Solera use commands to install the latest version of the project.

solera new react solera-app

Components and Containers

To add a component or a container in the project use:

solera add <item> <name>

Examples:

solera add component test
solera add container test

It will automatically add a new component/container and subscribe in your respective directory.