Skip to content

Rake tasks to list gems and their licenses. It also supports exporting to csv format.

License

Notifications You must be signed in to change notification settings

chenkirk/license-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license-list

Rake tasks to list gems and their licenses. It also supports exporting to csv format.

The format is two columns: gem name and the license. If a gem has multiple licenses, they are listed as multiple lines.

List gems and their licenses

The following rake task will list the gems and their licenses

rake license:list

Export gems and their licenses

The following rake task will export the gems and their licenses to license.csv.

rake license:export

You can also specify your own file name.

rake license:export[my_license.csv]

About

Rake tasks to list gems and their licenses. It also supports exporting to csv format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages