1.0.5 • Published 9 months ago

genlicenses v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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.

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago