patchouli 0.1.0

Lightweight CLI tool for maintaing patch based forks inspired by PaperMC's paperweight
Documentation
1
2
3
4
5
6
7
8
#![feature(array_windows)]
#![feature(absolute_path)]

pub mod actions;
pub mod cli;
pub mod config;

mod git;