keep/oss-license-gen
Composer 安装命令:
composer require keep/oss-license-gen
包简介
An easy way to generate your open source project license
README 文档
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
- MIT (http://opensource.org/licenses/MIT)
- more to come, soon
LICENSE
MIT licensed code
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-03-03