8000 GitHub - swarley/copyup: Command line utility for downloading licenses
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

swarley/copyup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

copyup

A command line tool for fetching licenses


Installation

From Source

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

Via cargo install

cargo install copyup

Precompiled package or binary

Obtain the file relevant to you from releases


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.

About

Command line utility for downloading licenses

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0