@kibibit/dev-tools
v1.1.1
Published
some useful scripts
Downloads
21,986
Readme
Usage
Install globally
npm install --global @kibibit/dev-toolsor locally
npm install --save-dev @kibibit/dev-toolsThen, go into a git project folder and run
kb-prune-mergedto prune local branches that merged and deleted on cloud
Or use this command in your git hooks to prevent accidental commits to protected branches:
kb-disallow-master-commitsfor example, husky
package.json
/* ... */
"scripts": {
"disallow-master-commits": "kb-disallow-master-commits"
}Then, add it as a pre-commit git hook:
npx husky add .husky/pre-commit "npm run disallow-master-commits"
git add .husky/pre-commitContributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind are welcome!
Stay in touch
- Author - Neil Kalman
- Website - https://github.com/kibibit
- StackOverflow - thatkookooguy
- Twitter - @thatkookooguy
- Twitter - @kibibit_opensrc
