# husky_test **Repository Path**: luckynwa/husky_test ## Basic Information - **Project Name**: husky_test - **Description**: 测试格式化 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-01 - **Last Updated**: 2024-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # husky说明 ```shell #!/usr/bin/env sh # 引入 husky.sh 脚本 . "$(dirname -- "\$0")/\_/husky.sh" # 运行 npm 的 format 和 fix 命令 npm run format && npm run fix # 将所有修改的文件添加到 Git 暂存区 git add . ```