npm.io
1.0.4 • Published 8 years agoCLI

solera-cli

Licence
MIT
Version
1.0.4
Deps
9
Size
13 kB
Vulns
0
Weekly
0

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.