bake-rs

(β˜… 150)

Simple and easy to use "script runner" written in Rust.

  • .gitignore
  • Cargo.lock
  • Cargo.toml
  • Changes.md
  • install.sh
  • LICENSE
  • logo.png
  • README.md
  • screenshot.jpg

# Installation Guide

1. Get the code
git clone https://github.com/ali77gh/bake-rs

Downloads the entire project code from GitHub to your computer.

cd bake-rs

Moves into the project folder you just downloaded.

2. Rust

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Rust (rustup) Installing via rustup also installs cargo.
- name: cargo

Type this command into your terminal and run it.

check: [cargo --version]

Type this command into your terminal and run it.

dependencies: [cargo] # dependencies can depend on other dependencies

Type this command into your terminal and run it.

check: [cargo clippy --version]

Type this command into your terminal and run it.

commands: [cargo install clippy] # install button will automatically install

Type this command into your terminal and run it.

βœ… If cargo build finishes without errors, it worked. The executable is created under target/.

Pulled directly from this repo's README.

// repository documentation