releasor 1.0.0

Command Line Tools for macOS to automate creating tar.gz files
Documentation
1
2
3
4
5
use releasor::controller::*;

fn main() {
    Controller::start_release();
}