npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@imraan-hendricks/tagmaster

v0.1.0

Published

Revolutionize your development workflow with TagMaster and experience bulletproof commits, accelerated releases, and seamless versioning!

Downloads

8

Readme

TagMaster

Revolutionize your development workflow with TagMaster and experience bulletproof commits, accelerated releases, and seamless versioning!

npm version

Supercharge your commit management and release workflows with TagMaster, an all-in-one npm package meticulously designed to enhance the surety, consistency, and speed of your development process. TagMaster offers a seamless interface for conventional commits, enabling you to enforce strictness and consistency throughout your commit history. TagMster includes powerful validation (linting) capabilities out of the box ensuring that commits adhere to predefined rules and best practices, guaranteeing high code quality and adherence to commit guidelines. TagMaster simplifies release and tag management in accordance to semantic versioning principles and effortlessly handles pre-releases like alpha and beta. Additionally, TagMaster automatically generates a comprehensive CHANGELOG, allowing you to easily track and communicate the evolution of your project. With TagMaster, you can confidently manage commits, releases, and tags, while maintaining a clear and organized record of your project's changes. Commit with unwavering confidence, unleash the full potential of your CI/CD pipelines, and streamline your release cycles.

Features

  • Conventional Commits: Maintain a standardized commit format across your projects, promoting better collaboration and code comprehension.
  • Validation (Linting) Out of the Box: Automatically validate commits against predefined rules and best practices, guaranteeing code quality and adherence to commit guidelines.
  • Release and Tag Management: Effortlessly manage releases and tags, ensuring accurate versioning in accordance with semantic versioning principles.
  • Pre-releases Support: Seamlessly handle pre-release versions such as alpha and beta, facilitating effective testing and gathering early feedback.
  • Auto-generated CHANGELOG.md: Generate a comprehensive changelog file that documents all the changes made in each release, making it easy to track and communicate the evolution of your project.
  • License Generation: Automatically generate a LICENSE file, such as the MIT License, providing clarity on the licensing terms of your project.
  • Small Size, Big Impact: TagMaster is optimized for efficiency and comes with a small footprint, allowing you to integrate it seamlessly into your projects without bloating your dependencies.
  • One Install, One Script: With TagMaster, you get everything you need in a single npm package. It's a lightweight and streamlined solution, designed to simplify your workflow without unnecessary complexity.

Installation

Install TagMaster using npm:

npm install --save-dev @imraan-hendricks/tagmaster

or with Yarn:

yarn add @imraan-hendricks/tagmaster

Usage

TagMaster offers a powerful command-line interface (CLI) that seamlessly integrates into your development workflow. Here's an example of how to leverage TagMaster:

1) Add the TagMaster script to your package.json:

{
    name: "your-package-name"
    "scripts":{
        "tagmaster": "tagmaster"
    }
    ....
}

2) Run the TagMaster script:

npm run tagmaster

You will be presented with a menu to select the operation:

  • If you choose commit, TagMaster will guide you through creating a conventional commit, including specifying the commit type, scope, description, breaking changes, and associated issue references. It will generate a commit message based on your input.

  • If you choose release, TagMaster allows you to easily create different types of releases such as major, minor, and patch. You can also create pre-releases like alpha and beta. TagMaster will update the version and generate a CHANGELOG.md file that documents all the changes made in the release, having you ready to push the changes and tags to your repository.

  • If you choose license, TagMaster will generate a LICENSE file for your project. You can choose from a variety of licenses such as MIT, Apache, GPL, etc. It provides clarity on the licensing terms of your code.

For more detailed information, advanced usage, and customization options, please refer to the documentation.

Contributing

Contributions are always welcome! If you encounter any issues, have suggestions, or want to contribute improvements, please open an issue or submit a pull request in the Github repository.

Support

If you have any questions, issues, or need assistance, please feel free to reach out to our support team at [email protected]. We are here to help and will get back to you as soon as possible.

License

This project is licensed under the MIT License.