# git-flow-test **Repository Path**: meetqy/git-flow-test ## Basic Information - **Project Name**: git-flow-test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-14 - **Last Updated**: 2021-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 启动 ``` npm i npm run setup npm run serve ``` ## git hooks ``` sh # prepare-commit-msg npx husky add .husky/prepare-commit-msg 'exec < /dev/tty && node_modules/.bin/cz --hook || true' # pre-commit npx husky add .husky/pre-commit 'npx lint-staged' # commit-msg npx husky add .husky/commit-msg 'npx commitlint --edit $1' ```