keep/oss-license-gen

An easy way to generate your open source project license

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/keep/oss-license-gen

1.0.1 2013-03-03 19:30 UTC

This package is not auto-updated.

Last update: 2025-10-25 20:31:30 UTC


README

An easy way to generate your app LICENSE file

How to Install

Install Composer:

http://getcomposer.org/

Get the app:

composer create-project keep/oss-gen

Run the server (php 5.4):

php -S localhost:8080 -t /path/to/public_dir

How to use

From a terminal execute:

curl http://localhost:8080/generate/{license_name} -d licenser="Jessé Alves Galdino" -d year="2013" > LICENSE

or

From your browser:

http://localhost:8080/generate/{license_name}/{licenser}/{year}

Available Licenses

LICENSE

MIT licensed code