generated from huangmh/client_iot-daoshi-template-v
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
651 B
651 B
template_common
基础仓库模板
项目目录
项目目录
├── .drone.yml CI配置文件
├── .githooks githooks文件夹
│ ├── commit-msg
│ ├── pre-commit
│ └── pre-push
├── .gitignore git忽略文件
├── .releaserc semantic-release配置文件
├── Dockerfile docker打包文件
└── README.md 项目说明文件
项目流程
- web页面fork common 组织下的相应仓库并设置具体见文档
git clone到本地- 配置 .githooks
git config core.hooksPath .githooksmac和linux下chmod 700 .githooks/* - 开发 见具体文档