0.0.1 • Published 8 years ago

open-source-law v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

oslo

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

Installation

$ npm install -g open-source-law

Usage

$ oslo <license_name>

Example

Entering

$ 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)

Please submit a pull request to contribute new licenses.