Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexpdev/oslicensor
CLI to generate various OSS Licenses for your Open Source projects.
https://github.com/alexpdev/oslicensor
cli license oss
Last synced: 21 days ago
JSON representation
CLI to generate various OSS Licenses for your Open Source projects.
- Host: GitHub
- URL: https://github.com/alexpdev/oslicensor
- Owner: alexpdev
- License: apache-2.0
- Created: 2022-04-08T05:08:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T06:42:20.000Z (over 2 years ago)
- Last Synced: 2024-10-15T20:22:47.522Z (about 1 month ago)
- Topics: cli, license, oss
- Language: Python
- Homepage:
- Size: 211 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# OSlicensor
![OSLicenser](https://github.com/alexpdev/oslicensor/blob/master/oslicensor_img.png)
-------
![GitHub repo size](https://img.shields.io/github/repo-size/alexpdev/oslicensor)
OSLicensor is a tiny CLI tool that allows generates various OSS `LICENSE` on demand.
## Prerequisites
- Python 3
- pip## Installing oslicensor
`pip install OSLicensor`
## Using OSLicensor
To use OSLicensor, follow these steps:
- Use the `-l` or `--list` command line option to list available licenses.
- Use the `get` subcommand followed by the abbreviated license code found entering the `-l` option.
- Use the `choose` subcommand to select a particular license from a list of choices
Examples:
```bash
> oslicensor --list> oslicensor get bsd1
> oslicensor choose
```## Contact
If you want to contact me you can reach me through the issues tab on github