Skip to content

Kacper0510/project_cleaner

Repository files navigation

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.

About

Disk cleaning program for build outputs and caches

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published