An open API service indexing awesome lists of open source software.

https://github.com/dongri/gen-license


https://github.com/dongri/gen-license

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# gen-licnese-rb

gen-license-rb is a license generator implemented in Ruby

# Install
```
$ gem install gen-license
```

# Usage
```
# Common LICENSE
gen-license mit # generate mit LICENSE file in current directory

# List LICENSE codes
gen-license --list

# Conmmon LICENSE with 996ICU
gen-license mit # generate mit LICENSE
```

### dev
```
$ gem build gen-license.gemspec
$ gem install gen-license-0.0.1.gem

$ gem push gen-license-0.0.1.gem
```