# solera-cli

> Solera CLI for React.

Latest version **1.0.4** (published 2018-08-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install solera-cli
pnpm add solera-cli
yarn add solera-cli
bun add solera-cli
```

Provides the command `solera`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2018-08-14 |
| First published | 2018-08-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 13 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Guilherme Jacob |
| Maintainers | costa.seem |

## Links

- npm: https://www.npmjs.com/package/solera-cli
- npm.io page: https://npm.io/package/solera-cli

## Dependencies (9)

- [user](https://npm.io/package/user.md) 0.0.0
- [chalk](https://npm.io/package/chalk.md) ^2.4.1
- [inquirer](https://npm.io/package/inquirer.md) ^6.1.0
- [commander](https://npm.io/package/commander.md) ^2.17.1
- [shell-exec](https://npm.io/package/shell-exec.md) ^1.0.1
- [superagent](https://npm.io/package/superagent.md) ^3.8.3
- [cli-spinner](https://npm.io/package/cli-spinner.md) ^0.2.8
- [cli-progress](https://npm.io/package/cli-progress.md) ^2.0.0
- [decompress-zip](https://npm.io/package/decompress-zip.md) ^0.3.1

## Recent versions

- 1.0.4 (latest) — 2018-08-14
- 1.0.3 — 2018-08-14
- 1.0.2 — 2018-08-14
- 1.0.1 — 2018-08-14
- 1.0.0 — 2018-08-14

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

---
_Source: https://npm.io/package/solera-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
