Autosnap

Crates.io

Automatically make Snap package from source code.

Examples:

Run autosnap against a git repository:

sh $ autosnap https://github.com/creekorful/osync.git

Run autosnap against local source code:

sh $ autosnap .

How to install

autosnap can be installed using cargo:

sh $ cargo install autosnap