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

gitsie

v1.1.4

Published

Github Package manager

Downloads

4

Readme

gitsie

Gitsie

FOSSA Status Build Status CircleCI GitHub top language license code size HitCount

Made with in India

Overview

gitsie is a package manager for projets hosted on GitHub. It's covinient to use, and works similar to package managers like apt.

Quick-Start

You must have npm installed before installing gitsie.

Install gitsie as follows: $ npm install -g gitsie This will install gitsie globally on your system. Next, check that it's working properly:

$ gitsie
gitsie: The github package manager
Usage: gitsie [options] [package]

Options:
  -s   /  search     Search for package
  -r   /  retrieve   Download project sources
  -d   /  delete     Remove project sources
  -i   /  install    Unpack sources to intended location
  -h   /  help       Show this help message

Retrieving a repository

Retrieving a repository from GitHub is as easy as: $ gitsie -r user/repo then, unpack the sources to wherever you like, by: $ gitsie -i user/repo path/to/some/place

Removing a repository

The source packages of a repository stay stored on your system until you remove them. To delete a repository from your system, run:

$ gitsie -d user/repo

Why Gitsie?

Flexible

From a developer's point of view, gitsie gives you much needed flexiblity. There are 4 different sripts that trigger on 4 important events: when your repo is being downloaded by the user, before and after the user has installed the repo, and before the user deletes your repo. Customize the 4 scripts to your preference an you have 100% control over your user's experience.

Fat-Free

unlike many of the popular package managers, gitsie doesn't come with all the bloat. the entire project size is about 4 MB, and that includes all the third party libraries, and other redundant stuff.

Easy to maintain

As mentioned earlier, all you have to do to customize the user's experience is to edit the 4 control scripts. You may have an interactive build system with issue-resolving; you can implement a system-setup using the post-install script. The choice is yours.

License

FOSSA Status