Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattmezza/mit-license-generator

A minimalistic MIT license generator
https://github.com/mattmezza/mit-license-generator

generator mit mit-license shell-script

Last synced: 27 days ago
JSON representation

A minimalistic MIT license generator

Awesome Lists containing this project

README

        

MIT license generator
=======

A minimalistic MIT license generator

### Install

```bash
cd /usr/local/bin
curl -O https://raw.githubusercontent.com/mattmezza/mit-license-generator/master/mit
chmod a+x mit
```

### Usage

```bash
mit "Name Surname" > license
```