iot 标准分屏版本
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.
高志龙 0191daf9ae Initial commit 11 months ago
.githooks Initial commit 11 months ago
.drone.yml Initial commit 11 months ago
.gitignore Initial commit 11 months ago
.releaserc Initial commit 11 months ago
Dockerfile Initial commit 11 months ago
README.md Initial commit 11 months ago

README.md

template_common

基础仓库模板

项目目录

项目目录
├── .drone.yml CI配置文件
├── .githooks githooks文件夹
│   ├── commit-msg
│   ├── pre-commit
│   └── pre-push
├── .gitignore git忽略文件
├── .releaserc semantic-release配置文件
├── Dockerfile docker打包文件
└── README.md 项目说明文件

项目流程

  1. web页面fork common 组织下的相应仓库并设置具体见文档
  2. git clone 到本地
  3. 配置 .githooks git config core.hooksPath .githooks mac和linux下 chmod 700 .githooks/*
  4. 开发 见具体文档