https://github.com/guillaumefalourd/formulas-office-hours
Ritchie CLI formulas from the 10/03/2021 Zup Office Hours 🏢 ⏱
https://github.com/guillaumefalourd/formulas-office-hours
office-hours pt-br ritchie-cli
Last synced: 3 months ago
JSON representation
Ritchie CLI formulas from the 10/03/2021 Zup Office Hours 🏢 ⏱
- Host: GitHub
- URL: https://github.com/guillaumefalourd/formulas-office-hours
- Owner: GuillaumeFalourd
- License: apache-2.0
- Created: 2021-03-10T19:03:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-23T20:29:01.000Z (about 4 years ago)
- Last Synced: 2025-01-12T06:07:13.231Z (5 months ago)
- Topics: office-hours, pt-br, ritchie-cli
- Language: Makefile
- Homepage: https://ritchieclio.io
- Size: 1.05 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ritchie Office Hours Repo

## Video
This repository has been used for the **Zup Innovation** Office Hours on March 10, 2021 (in portuguese):
[](https://www.youtube.com/watch?v=b372t58kevo)
## Documentation
This repository contains Ritchie formulas which can be executed by the [ritchie-cli](https://github.com/ZupIT/ritchie-cli).
- [Ritchie CLI documentation](https://docs.ritchiecli.io)
## Use Formulas
To import this repository, you need [Ritchie CLI installed](https://docs.ritchiecli.io/getting-started/installation)
Then, you can use the `rit add repo` command manually, or execute the command line below directly on your terminal (since CLI version 2.8.0):
```bash
rit add repo --provider="Github" --name="formulas-office-hours" --repoUrl="https://github.com/GuillaumeFalourd/formulas-office-hours" --priority=1
```Finally, you can check if the repository has been imported correctly by executing the `rit list repo` command.
## Contribute to the repository with your formulas
### Creating formulas
1. Fork and clone the repository
2. Create a branch: `git checkout -b `
3. Check the step by step of [how to create formulas on Ritchie](https://docs.ritchiecli.io/tutorials/formulas/how-to-create-formulas)
4. Add your formulas to the repository
and commit your implementation: `git commit -m '`
5. Push your branch: `git push origin /`
6. Open a pull request on the repository for analysis.### Updating Formulas
1. Fork and clone the repository
2. Create a branch: `git checkout -b `
3. Add the cloned repository to your workspaces (`rit add workspace`) with a highest priority (for example: 1).
4. Check the step by step of [how to implement formulas on Ritchie](https://docs.ritchiecli.io/tutorials/formulas/how-to-implement-a-formula)
and commit your implementation: `git commit -m '`
5. Push your branch: `git push origin /`
6. Open a pull request on the repository for analysis.- [Contribute to Ritchie community](https://github.com/ZupIT/ritchie-formulas/blob/master/CONTRIBUTING.md)