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

https://github.com/mfix22/oslo

📝 Hub for open source legal documents and legal document tools
https://github.com/mfix22/oslo

Last synced: 12 months ago
JSON representation

📝 Hub for open source legal documents and legal document tools

Awesome Lists containing this project

README

          

# oslo
Tools for creating open source documents, and a hub for open source legal documents.

## Installation
```bash
$ npm install -g open-source-law
```

## Usage
```bash
$ oslo [options]
```

#### Options
| Name | Alias | Type | Example | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
| `--type` | `-t` | `String` | `--type=txt` | `md` |

## Example
```bash
$ oslo mit #capitalization insensative
```
will create a file called `LICENSE.md` in the current working directory containing the MIT license.

### Supported Licenses
The following licenses are supported by the *oslo* command line interface:
- `mit` - MIT
- `isc` - ISC
- `gnu` - GNU General Public License (GPL-3.0)

### Contributing (see [here](CONTRIBUTING.md))
Please submit a pull request to contribute new licenses.

### [License](LICENSE.md)