aaieduhr/aosi-module-demo
Composer 安装命令:
composer require aaieduhr/aosi-module-demo
包简介
AOSI Demo Module
README 文档
README
AOSI Demo Module. This module is a template, you can use it as a starting point for your own module.
Using this module repo as a template for your own module
git clone git@gitlab.opencode.hr:srce/aai-eduhr/aosi/aosi-module-demo.git aosi-module-your-module-name
cd aosi-module-your-module-name
rm -rf .git
git init --initial-branch=main
git remote add origin git@gitlab.opencode.hr:srce/aai-eduhr/aosi/aosi-module-your-module-name.git
Search and replace in all files:
demowithyour-module-nameDemowithYourModuleName(no spaces in name for class names, namespaces...)
Adjust authors in composer.json.
After that, you can push your changes as an initial commit to your module repo:
git add .
git commit -m "Initial commit"
git push --set-upstream origin main
Installing dependencies
Running tests
At this point, all tests should pass:
composer pre
Licence
This work is published under European Union Public License (the ‘EUPL’) v1.2.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-14