Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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