autosnap 0.5.0

Automatically make Snap package from github repository
Documentation
# Autosnap

![Crates.io](https://img.shields.io/crates/v/autosnap)

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
```