README
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.