copyup

Crates.iocopyup
lib.rscopyup
version0.1.0
sourcesrc
created_at2019-05-30 13:25:20.319788
updated_at2019-05-30 13:25:20.319788
descriptionCommand line tool to download license files based on SPDX ids.
homepagehttps://github.com/swarley/copyup
repositoryhttps://github.com/swarley/copyup
max_upload_size
id137901
size9,461
Matt Carey (swarley)

documentation

README

copyup

A command line tool for fetching licenses

is copyup too clever for small brains
                           - z64#1337

Installation

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

Usage

# 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.

Commit count: 7

cargo fmt