A command line tool for fetching licenses
is copyup too clever for small brains
- z64#1337
sh
git clone https://github.com/swarley/copyup
cd copyup
cargo install --path .
```sh
copyup mit
copyup gpl-3.0 -s
copyup mit -o MIT.license
copyup -l ```
Licenses names are all based on SPDX identifiers and are not case sensitive.
Bug reports and pull requests are welcome on GitHub at https://github.com/swarley/copyup.
The app is available as open source under the terms of the MIT License.