copyup 0.1.0

Command line tool to download license files based on SPDX ids.
# copyup

A command line tool for fetching licenses

```
is copyup too clever for small brains
                           - z64#1337
```

## Installation

```sh
git clone https://github.com/swarley/copyup
cd copyup
cargo install --path .
```

## Usage

```sh
# download the MIT license to `LICENSE'
copyup mit

# output to stdout
copyup gpl-3.0 -s

# specify output path
copyup mit -o MIT.license

# view a list of all available licenses
copyup -l
```

Licenses names are all based on SPDX identifiers and are not case sensitive.

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/swarley/copyup.

## License

The app is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).