@soybeanjs/cli
Related links
Introduce
SoybeanJS's command-line tool includes six convenient commands:
| command | effect |
|---|---|
| git-commit | Generate Git commit information that complies with Angular specifications (adding the prefix '!' to the commit information can indicate a destructive update commit) |
| git-commit-verify | Verify whether the commit information of Git complies with Angular specifications |
| cleanup | Quickly and completely clear dependencies and build products |
| ncu | Command npm check updates to upgrade dependencies |
| changelog | Generate changelog based on two tags (-- total: Generate changelog based on all tags) |
| release | Release: Update version number, generate changelog, submit code |