patchouli 0.1.0

Lightweight CLI tool for maintaing patch based forks inspired by PaperMC's paperweight
Documentation
1
2
3
4
5
6
mod apply;
pub use apply::apply;
mod init;
pub use init::init;
mod rebuild;
pub use rebuild::rebuild;