Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/menvia/farol-cli
Farol CLI
https://github.com/menvia/farol-cli
Last synced: 2 days ago
JSON representation
Farol CLI
- Host: GitHub
- URL: https://github.com/menvia/farol-cli
- Owner: menvia
- Created: 2019-03-08T00:43:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T06:50:30.000Z (over 3 years ago)
- Last Synced: 2025-01-26T09:36:06.936Z (16 days ago)
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```