New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bgtag

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bgtag

A command-line tool for tagging and pushing Git commits with version increment and pipeline URL generation.

latest
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

🚀 Git Tagging Made Easy with bgtag 🏷️

This handy script streamlines the process of creating and managing Git tags, making your version control workflow a breeze! 🌬️

Get Started 💪

  • Prerequisites: Node.js and npm (or yarn)

  • Installation:

    Install the package globally for easy access from anywhere in your system:

    npm install -g bgtag
    

    or, if you use yarn:

    yarn global add bgtag
    

How to Use 🛠️

Just run:

bgtag
  • Add --handly if you want to type the new version yourself. Otherwise, we'll generate it for you! ✨

What it Does 🤖

  • Updates your project (if needed).
  • Finds the latest tag in your repo.
  • Asks for the new version (or generates it automatically).
  • Lets you pick the branch to tag from a list.
  • Confirms everything before making changes.
  • Creates the tag and pushes it to your remote repo.
  • Gives you the pipeline URL for the new tag (if available).
  • Handles errors gracefully, so you don't have to worry! 😊

Example 🎉

Manual version:

bgtag --handly

Automatic version:

bgtag

Important: Make sure you're in a Git repository!

Let me know if you have any questions or need further assistance! 🙋‍♀️

Keywords

git

FAQs

Package last updated on 13 Nov 2024

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