Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mattmezza/mit-license-generator
- Owner: mattmezza
- License: mit
- Created: 2017-04-09T16:31:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T16:46:03.000Z (almost 8 years ago)
- Last Synced: 2024-11-02T23:22:36.639Z (2 months ago)
- Topics: generator, mit, mit-license, shell-script
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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
```