All Projects → ZupIT → Ritchie Formulas

ZupIT / Ritchie Formulas

Licence: apache-2.0
This repository contains the community formulas that can be executed through Ritchie CLI once imported. This tool is an open source product that allows you to create, store and share any kind of automations, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Ritchie Formulas

Ritchie Cli
Ritchie CLI is an open-source tool that allows to create, store and share any kind of automation, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡
Stars: ✭ 437 (+420.24%)
Mutual labels:  automation, cli, hacktoberfest, opensource
Tox
Command line driven CI frontend and development task automation tool.
Stars: ✭ 2,523 (+2903.57%)
Mutual labels:  automation, cli, hacktoberfest
Archisteamfarm
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
Stars: ✭ 7,219 (+8494.05%)
Mutual labels:  automation, cli, hacktoberfest
Mrm
Codemods for your project config files
Stars: ✭ 900 (+971.43%)
Mutual labels:  cli, hacktoberfest, opensource
Web
Grow Open Source
Stars: ✭ 1,097 (+1205.95%)
Mutual labels:  hacktoberfest, opensource
Gg
A tool to manage multiple git repositories
Stars: ✭ 54 (-35.71%)
Mutual labels:  cli, hacktoberfest
Rocket.chat.electron
Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat
Stars: ✭ 1,108 (+1219.05%)
Mutual labels:  hacktoberfest, opensource
Hacktoberfest2020
Make your first Pull Request and earn a free tee from GitHub!
Stars: ✭ 1,141 (+1258.33%)
Mutual labels:  hacktoberfest, opensource
Notarize
CLI to easily notarize a Mac app
Stars: ✭ 42 (-50%)
Mutual labels:  automation, cli
Bosco
A microservice helper
Stars: ✭ 63 (-25%)
Mutual labels:  automation, cli
Php codesniffer
PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent.
Stars: ✭ 9,004 (+10619.05%)
Mutual labels:  automation, cli
Cliwrap
Library for running command line processes
Stars: ✭ 1,057 (+1158.33%)
Mutual labels:  cli, hacktoberfest
Git Req
Check out merge requests from your GitLab/GitHub hosted repositories from the command line with just the request number.
Stars: ✭ 50 (-40.48%)
Mutual labels:  cli, hacktoberfest
List Of Open Source Internships Programs
A curated list of all the open-source internships/Programs
Stars: ✭ 1,108 (+1219.05%)
Mutual labels:  hacktoberfest, opensource
Watchtower
A process for automating Docker container base image updates.
Stars: ✭ 9,526 (+11240.48%)
Mutual labels:  automation, hacktoberfest
Wsend
wsend: The opposite of wget
Stars: ✭ 64 (-23.81%)
Mutual labels:  cli, hacktoberfest
Prettier action
GitHub action for running prettier on your projects pull requests
Stars: ✭ 77 (-8.33%)
Mutual labels:  automation, hacktoberfest
Image To Xls
A simple tool to make ascii art from an image using excel colored cells.
Stars: ✭ 75 (-10.71%)
Mutual labels:  cli, opensource
Terraform
Terraform - Beginners | Intermediate | Advanced
Stars: ✭ 77 (-8.33%)
Mutual labels:  automation, hacktoberfest
Google cursor
🍭 Cursor theme inspired on Google
Stars: ✭ 78 (-7.14%)
Mutual labels:  hacktoberfest, opensource

CircleCI pre-commit

Ritchie's commons formula repository

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

Create a new formula

  1. Fork the repository.
  2. Create a branch:git checkout -b <branch_name>
  3. Create a new formula, using the forked repository as a Ritchie workspace: rit create formula if you need help please visit how to create formulas on Ritchie
  4. Build and use the new formula: rit build formula or use --watch to keep observing changes on formula code live: rit build formula --watch
  5. Run pre-commit.sh to lint your code
  6. Run go test -v ./.github/workflows/validation/... to test your code and formula structure. (GoLang Required)
  7. Commit your implementation.
  8. Push your branch.
  9. Open a pull request on the repository for analysis.

Add support to other languages on create formula command

The rit create formula command use the folder /templates/create_formula to list the languages options. If you like to edit some language template or to add more language to create formula command please access the following tutorial: Languages Template Tutorial

Full Documentation

Gitbook

Contributing

Contribute to the Ritchie community

Zup Products

Zup open source

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].