Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 854 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 854 Bytes

forthebadge

Project Cleaner

Disk cleaning program which mainly targets output and cache directories of programming languages and build systems

Installation

Nix

To run on nix you can use flakes:

nix run github:Kacper0510/project_cleaner 

To install it permanently add flake and package it provides to you configuration.

Build from source

To build or run project from source you need git and rust (version 1.8.0 or higher) installed with cargo.

  1. Clone repo
git clone https://github.com/Kacper0510/project_cleaner.git
cd project_cleaner
  1. Run project
cargo run 
  1. Or build
cargo build --release

Executable can be found in target/release/project_cleaner.