Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/menvia/farol-cli

Farol CLI
https://github.com/menvia/farol-cli

Last synced: 2 days ago
JSON representation

Farol CLI

Awesome Lists containing this project

README

        

# Farol CLI

## Install

### Using NPM

- To install run

```
npm install -g @farol/cli
```

- To update run

```
npm update -g@farol/cli
```

## Publish

In order to release a new version you shall follow the steps bellow:

1. Make the desired changes;
2. Update CHANGELOG.md file;
3. Commit your changes;
4. Run the commands below:

- Run

```
npm version patch
```