登录 注册
当前位置:主页 > 资源下载 > 17 > 露西,受到https://github.com/karanjoe的启发,将为您创建项目许可证

露西,受到https://github.com/karanjoe的启发,将为您创建项目许可证

  • 更新:2024-11-05 14:11:02
  • 大小:6KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

露西 一个用于为您的项目生成license文件的CLI工具。 产品特点 用简单的Python编写 易于 使用Github v3 API创建文件。 使用的Python库 安装 选项1:通过 $ pip install lucy 选项2:从来源 $ git clone --recursive git@github.com:pattu777/Lucy.git $ cd Lucy/ $ python setup.py install 用法 列出所有可用的许可证 $ lucy list 输出: mit mpl-2.0 gpl-3.0 lgpl-3.0 unlicense bsd-2-clause isc lgpl-2.1 gpl-2.0 apache-2.0 cc0-1.0 artistic-2.0 bsd-3-clause agpl-3.0 epl-1.0 生成新许可证。 $ lucy create < License> --name= < Author> $ lucy create mit --name=Chinmaya