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
- Host: GitHub
- URL: https://github.com/mfix22/oslo
- Owner: mfix22
- License: mit
- Created: 2016-10-25T20:57:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T05:25:20.000Z (over 9 years ago)
- Last Synced: 2025-02-28T22:41:32.278Z (over 1 year ago)
- Language: CSS
- Homepage: https://mfix22.github.io/oslo/
- Size: 1.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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)