GuillaumeFalourd / formulas-4-tests

This repository contains Ritchie CLI formulas I'm testing 💣

Home Page:https://ritchiecli.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ritchie Formulas 4 tests

Rit banner

Documentation

This repository contains Ritchie formulas which can be executed by the ritchie-cli.

Use Formulas

To import this repository, you need Ritchie CLI installed

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):

rit add repo --provider="Github" --name="formulas-4-tests" --repoUrl="https://github.com/GuillaumeFalourd/formulas-4-tests" --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 <branch_name>
  3. Check the step by step of how to create formulas on Ritchie
  4. Add your formulas to the repository and commit your implementation: git commit -m '<commit_message>
  5. Push your branch: git push origin <project_name>/<location>
  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 <branch_name>
  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 and commit your implementation: git commit -m '<commit_message>
  5. Push your branch: git push origin <project_name>/<location>
  6. Open a pull request on the repository for analysis.

About

This repository contains Ritchie CLI formulas I'm testing 💣

https://ritchiecli.io/

License:Apache License 2.0


Languages

Language:Makefile 26.6%Language:Batchfile 25.2%Language:Python 18.3%Language:Go 11.5%Language:Dockerfile 8.9%Language:Java 4.4%Language:Shell 3.0%Language:JavaScript 1.9%Language:Kotlin 0.4%