blsco
v1.0.4
Published
Commit cli, help you to create a commit message with a nice format
Downloads
1
Readme
Bsl commit CLI.
Help you to create a commit message with a nice format.
How to use
npx blsco@latest
Choose type of commit
Select the type of commit:
│ ● ✨ feat · Add a new feature
│ ○ 🐛 fix · Submit a bug fix
│ ○ ⚡️ perf · Improve performance
│ ○ 📚 docs · Add or update documentation
│ ○ 🛠 refactor · Refactor code
│ ○ 🧪 test · Add or update tests
│ ○ 👷 build · Add or update build scripts
│ ○ 💄 style · Improve styling
Publish a new version
npm version patch
npm publish