benjaminmal/library-template
最新稳定版本:v2.0.0
Composer 安装命令:
composer require benjaminmal/library-template
包简介
Benjaminmal library template
README 文档
README
Installation & usage
- Create your library
$ composer create-project benjaminmal/library-template my-library
- Modify composer.json to fit with your library
{
"name": "my-org/my-library",
"description": "My library",
"type": "library",
"autoload": {
"psr-4": {
"MyNamespace\\MyLibrary\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"MyNamespace\\MyLibrary\\Tests\\": "tests/"
}
}
}
- Initialize git
$ git init
- Enjoy!!
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-05