# npm-cli-push **Repository Path**: ctrlc-git/ctrlc-npm-cli-push ## Basic Information - **Project Name**: npm-cli-push - **Description**: 自动化修改版本号 (符合 semver 语义), 并提交 git 仓库 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-20 - **Last Updated**: 2023-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: npm ## README # `@ctrlc/hook_push` > 自动化修改版本号 (符合 semver 语义), 并提交 git 仓库 ## 使用示例 省略`config`配置时,默认修改根目录下的`package.json` ```json { // ... "scripts": { "push": "hook_push" }, "config": { "hook_push": "./config/config.json" }, "dependencies": { "@ctrlc/hook_push": "^1.1.1" } // ... } ``` ## 文档 * [gitee](https://gitee.com/ctrlc-git/ctrlc-npm-cli-push.git)