💨 scud

🚧 WIP 🚧

move fast because or as if driven by the wind.

Why? | Goals | Status | Getting started

The all-in-one tool for streamlining the many version control processes of your development workflow. Agnostic to your codebase’s internals and overall development environment, it just works.

Report Bug · Request Feature

Table of Contents

Getting Started

You can get started using scud by following one of the installation methods detailed below. Additionally, it's important that you have the required prerequisites installed before you start using scud.

Prerequisites

In order to get started using scud, it's important that you have Rust installed on your local machine which can be done via the simple one-liner,

```bash

Install Rust and toolchain manager, rustup.

curl https://sh.rustup.rs -sSf | sh ```

as seen on the official Rust website.

Installation

From crates.io

scud can be installed from crates.io:

```sh

Install scud from crates.io.

$ cargo install scud ```

The minimum supported Rust version is 1.58.1.

(back to top)