Skip to content

CLI to generate open source licenses from any project's dependencies

License

Notifications You must be signed in to change notification settings

NoCymer/genlicenses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenLicenses

GenLicenses is an opensource CLI that helps developers managing their JavaScript projects by generating open source licenses from their projects's dependencies.

Installing

npm i genlicenses -g

Usage

When the utilitary is ran by the following command, a "docs" folder will be created at the root of the project containing a "LICENSES.md" file that holds all licenses

genlicenses

If the utilitary is ran with the devonly flag, then only the devDependencies's licenses of the project will be generated

genlicenses --devonly

On the contrary, if used with the prodonly flag, then only the dependencies's licenses of the project will be generated

genlicenses --prodonly

Example output

screenshot

License

Project license

GenLicenses is under a MIT License, see LICENSE for more information.

Open Source licenses

See LICENSES.

About

CLI to generate open source licenses from any project's dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published