bake-rs
Simple and easy to use "script runner" written in Rust.
File Explorer
Download Latest Version (.zip)- release.yaml
- arg_parser.rs
- capabilities.rs
- help.rs
- main.rs
- repl.rs
- serve.rs
- show_tasks.rs
- Cargo.lock
- Cargo.toml
- bake_file.rs
- command.rs
- dependency.rs
- end_handler.rs
- function_call.rs
- mod.rs
- param.rs
- param_validator.rs
- plugin.rs
- task.rs
- measure_execution_time.rs
- mod.rs
- ordered_map.rs
- platform_specific.rs
- update.rs
- url.rs
- version.rs
- capabilities.rs
- dependency_viewmodel.rs
- env_validator.rs
- env_with_role_back.rs
- message.rs
- mod.rs
- task_viewmodel.rs
- lib.rs
- Cargo.lock
- Cargo.toml
- .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 RecommendedPrerequisites
- 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
Was this content helpful?
(0 ratings)
