| Crates.io | copyup |
| lib.rs | copyup |
| version | 0.1.0 |
| created_at | 2019-05-30 13:25:20.319788+00 |
| updated_at | 2019-05-30 13:25:20.319788+00 |
| description | Command line tool to download license files based on SPDX ids. |
| homepage | https://github.com/swarley/copyup |
| repository | https://github.com/swarley/copyup |
| max_upload_size | |
| id | 137901 |
| size | 9,461 |
A command line tool for fetching licenses
is copyup too clever for small brains
- z64#1337
git clone https://github.com/swarley/copyup
cd copyup
cargo install --path .
# 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.
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.