/m_o

My personal cleaner written in rust for cleaning rust binaries

Primary LanguageRustGNU General Public License v3.0GPL-3.0

forthebadge

m_o

My personal cleaner written in rust for cleaning rust binaries

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on deploying the project on a live system.

Prerequisites

Requirements for m_o:

Installing

# Clone the repo
$ git clone https://github.com/Vic0Lan/m_o.git

# cd to the repo
$ cd path/to/m_o

# Build m_o
$ cargo build --release
$ cd target/release

# Then move it somewhere in your $PATH. Here is an example:
$ mv m_o ~/bin

Usage

Clean rust projects folder:

m_o /path/to/folder/with/projects

Example

Test

forthebadge