项目作者: carloskotacho

项目描述 :
(Ritchie) Samples formulas
高级语言: Batchfile
项目地址: git://github.com/carloskotacho/ritchie-formulas-challenges.git


Ritchie Formula Repo

Rit banner

Documentation

Contribute to the Ritchie community

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

Use Formulas

  1. rit add repo
  2. Select your provider:
  3. > Github
  4. Gilab
  5. Repository name: {{some_repo_name}}
  6. Repository URL: {{this_repo_url}}
  7. Is a private repository?
  8. no
  9. > yes
  10. Personal access tokens: {{git_personal_token}}
  11. Select a tag version:
  12. > 1.0.1
  13. 1.0.0
  14. Set the priority: 2

Build and test formulas locally

  1. rit build formula

Contribute to the repository with your formulas

  1. Fork 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.