# young-commit **Repository Path**: BluesYoung-web/young-commit ## Basic Information - **Project Name**: young-commit - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-08 - **Last Updated**: 2023-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 ## 注意 > 工具依赖 `changelogen` 的命令行,如果使用发版功能之前未安装,则会自动全局安装最新版本。如有意外情况,请手动安装,**changelogen 当前为 0.5.5** ## 安装 ```bash npm i young-commit -g ``` ## 基础使用 - 将修改添加到暂存区之后 - 命令行输入 `young-commit` 或者别名 `yc` ## 带参的快捷操作 ```bash USAGE yc [OPTIONS] # USAGE young-commit [OPTIONS] OPTIONS -i, --init 首次提交 -r, --release 版本发布 -p, --publish 发布到 npm -v, --version 版本信息 -h, --help 展示工具使用方法 ``` ## 灵感来源 [bumpp](https://github.com/antfu/bumpp) [changelogen](https://github.com/unjs/changelogen)