
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 .
```
autosnap can be installed using cargo:
```sh
$ cargo install autosnap
```