open-source-law
v0.0.1
Published
Create an Open Source license from the command line
Readme
oslo
Tools for creating open source documents, and a hub for open source legal documents.
Installation
$ npm install -g open-source-lawUsage
$ oslo <license_name>Example
Entering
$ oslo mit # capitalization insensativewill 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- MITisc- ISCgnu- GNU General Public License (GPL-3.0)
Please submit a pull request to contribute new licenses.
