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

gitg0

v1.0.5

Published

a magnificent tool to auto-suggest everything you need before pushing a git commit.

Downloads

3

Readme

Gitg0_socialify

Gitg0 🚀

NPM

NodeJS CI Tests Synk Prettier Linter

Gitg0 generates commit titles (with relevant emojis) and branch names for you. You have the ability to configure the format of the Sugggested Commit Titles and Branch Names, and change emojis according to your preference in the .gitgo file.

Usage

Not to shout at you but PLEASE HEAD OVER TO USAGE.md

Installation

The tool is available as an NPM package over here.

Before installing the package, download and install Node.js.

Then, you can install it by simple running the following command:

npm i -g gitg0

Commands

Currently, we have the following 7 commands:

gtg config

Use this to set up your project's gitgo configuration. You will be asked certain questions regarding your commit and emoji preferences.

gtg version

Use this to check the version of your installed gitg0 package.

gtg whoami

Use this to get the list of commands along with their functions.

gtg start

Use this before you you start working on a new issue so that we can suggest the branch names and commit messages automatically.

gtg display

Use this to view the suggested branch name and commit title. You can also edit the suggested text based on your preference. This command should be run after gtg start.

gtg checkout

This is a replacement for git checkout -b and will simply checkout with gitgo's suggested branch name.

gtg commit

This is a replacement for git commit -m and will commit your files once added with gitgo's suggested commit message.

Contributor guidelines

  • Before contributing, go through the Code of Conduct and the Contributor Guidelines.
  • If you find any bugs in the application, or a feature you think would be nice to have, please open an issue.
  • Continue reading the rest of the README to get the build instructions.
  • For detailed information and screenshots of the project, please head over to the project wiki.

Development setup

Before setting up the project, download and install Node.js.

After cloning the project, you need to execute the following commands to install and work on the project locally:

# This will install all the needed dependencies
npm install

# This will install the project from source locally in your system
npm install -g ./

License

This project is released under a free and open-source software license, GPL-3.0 License (LICENSE. The documentation is also released under a free documentation license, namely the GFDL v1.3 license or later.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the GPL-3.0 License, shall be licensed as above, without any additional terms or conditions.

Maintainers