webman tech 维护的组件的集合仓库
# 全部安装
composer require webman-tech/components-monorepo
# 按需安装举例
composer require webman-tech/amis-admin
composer require webman-tech/auth
# ...
参考各个组件的文档
- webman-tech/amis-admin
- webman-tech/auth
- webman-tech/crontab-task
- webman-tech/debugbar
- webman-tech/dto
- webman-tech/log-reader
- webman-tech/logger
- webman-tech/swagger
- 在 src 下建立新的目录,可以复制
packages/_template
然后改下内容 - 在 .gitsplit.yml 种添加新的拆包规则
- 在 github 上新建空白项目