#license #spdx #cli

app copyup

Command line tool to download license files based on SPDX ids

1 unstable release

0.1.0 May 30, 2019

#20 in #spdx

MIT license

9KB
182 lines

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.

Dependencies

~20MB
~440K SLoC