Skip to content

@soybeanjs/cli

Introduce

SoybeanJS's command-line tool includes six convenient commands:

commandeffect
git-commitGenerate Git commit information that complies with Angular specifications (adding the prefix '!' to the commit information can indicate a destructive update commit)
git-commit-verifyVerify whether the commit information of Git complies with Angular specifications
cleanupQuickly and completely clear dependencies and build products
ncuCommand npm check updates to upgrade dependencies
changelogGenerate changelog based on two tags (-- total: Generate changelog based on all tags)
releaseRelease: Update version number, generate changelog, submit code

Publish under the MIT license