Skip to content

A Python CLI tool which allows you to create LICENSE files in a single command.

License

Notifications You must be signed in to change notification settings

walterdolce/python-package-license-generator

Repository files navigation

https://travis-ci.org/walterdolce/python-package-license-generator.svg?branch=master

license-generator

The license-generator is a simple CLI tool which allows you to create LICENSE files. The tool ships with the most common types of licenses used in the software industry. The list of licenses available can be found in the license_generator/licenses/ folder.

Please note the package is undergoing development so you may find bugs or see ugly output.

Usage

To generate a license, run the command by specifying the license name as shown below. Example:

$ license-generator generate MIT

This commend will generate a LICENSE file in the current directory. It is also possible to generate a license in your preferred directory. Example:

$ license-generator generate MIT --destination-dir 'some/path'

This command will generate the LICENSE file in "some/path".

Commands Available

  • generate: generates a LICENSE file from the license name specified.
  • help: shows usage info.
  • version: shows package version, copyright notice and legal status (as defined by the GNU Coding Standards)

Contributing

Please see the DEVELOPMENT.rst file for more information.

License

Please see the LICENSE file for more information.

About

A Python CLI tool which allows you to create LICENSE files in a single command.

Resources

License

Stars

Watchers

Forks

Packages

No packages published