1.0.4 • Published 7 years ago
solera-cli v1.0.4
Solera CLI
Solera CLI for React.
Getting Started
Installing
NPM
npm i solera -gYarn
yarn global add soleraUsage
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-appComponents and Containers
To add a component or a container in the project use:
solera add <item> <name>Examples:
solera add component testsolera add container testIt will automatically add a new component/container and subscribe in your respective directory.