New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kibibit/dev-tools

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kibibit/dev-tools

some useful scripts

1.1.1
latest
Source
npm
Version published
Weekly downloads
6.4K
17.58%
Maintainers
3
Weekly downloads
 
Created
Source

@kibibit/dev-tools

Build Tests All Contributors

Scripts to make development easier

Usage

Install globally

npm install --global @kibibit/dev-tools

or locally

npm install --save-dev @kibibit/dev-tools

Then, go into a git project folder and run

kb-prune-merged

to 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-commits

for 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-commit

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Neil Kalman

💻 📖 🎨 🚧 🚇 ⚠️

This project follows the all-contributors specification. Contributions of any kind are welcome!

Logo made by Freepik from www.flaticon.com

Stay in touch

Keywords

cli

FAQs

Package last updated on 04 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts