{"id":21822182,"url":"https://github.com/soybeanjs/cli","last_synced_at":"2025-12-24T04:51:03.600Z","repository":{"id":105032193,"uuid":"559544096","full_name":"soybeanjs/cli","owner":"soybeanjs","description":"SoybeanJS's command lint tools","archived":false,"fork":false,"pushed_at":"2025-03-20T05:05:35.000Z","size":1323,"stargazers_count":21,"open_issues_count":0,"forks_count":16,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-09T20:03:22.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soybeanjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-30T13:00:27.000Z","updated_at":"2025-03-20T05:05:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a8fed39-440d-44fb-bb12-14f540fbf4a7","html_url":"https://github.com/soybeanjs/cli","commit_stats":null,"previous_names":["honghuangdc/soybean-cli"],"tags_count":112,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soybeanjs%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soybeanjs%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soybeanjs%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soybeanjs%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soybeanjs","download_url":"https://codeload.github.com/soybeanjs/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103864,"owners_count":21048245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-27T17:13:32.559Z","updated_at":"2025-12-24T04:51:03.501Z","avatar_url":"https://github.com/soybeanjs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @soybeanjs/cli\n\nSoybeanJS 的命令行工具\n\n## 用法\n\n### 安装\n\n```bash\npnpm i -D @soybeanjs/cli\n```\n\n### 使用\n\n示例：\n\n```bash\npnpm soy -h\n```\n\n## 命令介绍\n\n| 命令                  | 作用                                                               |\n| --------------------- | ------------------------------------------------------------------ |\n| help(-h)              | 查看全部命令用法                                                   |\n| git-commit            | 生成符合 Angular 规范的 git 提交信息 (在提交信息添加前缀`!`可以表示破坏性更新的提交)                               |\n| git-commit-verify     | 校验 git 的提交信息是否符合 Angular 规范                           |\n| cleanup               | 清空依赖和构建产物                                                 |\n| ncu                   | 命令 npm-check-updates, 升级依赖                                   |\n| changelog             | 根据两次 tag 生成 changelog (--total: 根据所有 tag 生成 changelog) |\n| release               | 发布：更新版本号、生成 changelog、提交代码                         |\n\n## 更多自定义配置\n\n- 在项目根目录新建 soybean-config.ts\n\n- 导入 defineConfig 函数\n\n  ```ts\n  import { defineConfig } from '@soybeanjs/cli';\n\n  export default defineConfig({\n    // options\n  });\n  ```\n\n- 配置参考\n\n  ```ts\n  import type { CliOption } from '@soybeanjs/cli';\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoybeanjs%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoybeanjs%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoybeanjs%2Fcli/lists"}