https://github.com/lord63/choosealicense-cli
Bring http://choosealicense.com to your terminal
https://github.com/lord63/choosealicense-cli
Last synced: 10 days ago
JSON representation
Bring http://choosealicense.com to your terminal
- Host: GitHub
- URL: https://github.com/lord63/choosealicense-cli
- Owner: lord63
- License: mit
- Created: 2015-04-09T02:01:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T06:10:27.000Z (almost 6 years ago)
- Last Synced: 2026-01-18T07:02:41.557Z (3 months ago)
- Language: Python
- Size: 122 KB
- Stars: 78
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
- awesome-shell - choosealicense-cli - Choose an OSS license from the comfort of your terminal (Applications / Directory Navigation)
- fucking-awesome-shell - choosealicense-cli - Choose an OSS license from the comfort of your terminal (Applications / Directory Navigation)
README
ChooseALicense-cli
==================
|Latest Version| |Build Status| |Coverage Status| |Python Versions|
Bring http://choosealicense.com to your terminal. Choose a license in
your terminal.
.. figure:: https://cloud.githubusercontent.com/assets/5268051/7150903/b7f16168-e354-11e4-91b5-0965a86c8158.jpeg
:alt: demo
Install
-------
note: please update version to 1.0.0 and above, the github api has changed.
::
$ pip install -U choosealicense-cli
Usage
-----
List all the available licenses:
::
$ license show
Show the info of the specified license:
::
$ license info LICENSE(e.g. mit)
Show the default context for the license template:
::
$ license context LICENSE(e.g. mit)
Generate a license:
::
$ license generate LICENSE(e.g. mit)
Get detailed help message via ``license -h`` and
``license show/info/context/generate -h``
License
-------
MIT.
.. |Latest Version| image:: http://img.shields.io/pypi/v/choosealicense-cli.svg
:target: https://pypi.python.org/pypi/choosealicense-cli
.. |Build Status| image:: https://travis-ci.org/lord63/choosealicense-cli.svg
:target: https://travis-ci.org/lord63/choosealicense-cli
.. |Coverage Status| image:: https://codecov.io/github/lord63/choosealicense-cli/coverage.svg?branch=master
:target: https://codecov.io/github/lord63/choosealicense-cli?branch=master
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/choosealicense-cli.svg