# solera

> -y

Latest version **1.1.3** (published 2018-08-22) · ISC license · 0 weekly downloads

## Install

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

Provides the command `solera`.

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.3 |
| Published | 2018-08-22 |
| First published | 2018-08-14 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 8 |
| Unpacked size | 19.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Guilherme Jacob |
| Maintainers | costa.seem |

## Links

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

## Dependencies (8)

- [esm](https://npm.io/package/esm.md) ^3.0.76
- [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-progress](https://npm.io/package/cli-progress.md) ^2.1.0
- [decompress-zip](https://npm.io/package/decompress-zip.md) ^0.3.1

## Recent versions

- 1.1.3 (latest) — 2018-08-22
- 1.1.2 — 2018-08-20
- 1.1.1 — 2018-08-17
- 1.1.0 — 2018-08-17
- 1.0.7 — 2018-08-14
- 1.0.6 — 2018-08-14
- 1.0.5 — 2018-08-14
- 1.0.4 — 2018-08-14

## README

# Solera CLI

Solera CLI for React.

## Getting Started

### Installing

NPM

```
npm i solera -g
```

Yarn

```
yarn global add solera
```

## Usage

### VS CODE EXTENSIONS

if you are using Visual Studio Code, you might need to install some extensions to continue editing with the repository of Solera, you can get started by using:

```
solera start
```

### Clone repository

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
```

This command requires you to be authorized by Bitbucket client to download the packages.

### 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.

### Multi Components and Containers

To add a multi-component that will receive sub-components or sub-containers in the future, use:

```
solera add <item> <name> --multi
```

To add sub-components or sub-containers together, just use:

```
solera add <item> <name> --multi --sub <subname>
```

### Sub Components and Containers

To add a sub-component or sub-container over an existing multi-component or multi-container, use:

```
solera add <item> <name> --sub <subname>
```

Remember: Object {name} must be a multi-component or multi-container.

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