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

bagpack

v0.0.2

Published

Versatile local package manager

Downloads

4

Readme

bagpack

npm License Join the chat at https://gitter.im/scriptnull/bagpack

bagpack is a versatile local package manager. bagpack has 2 ideas at its core ,

  • Versatile - Don't care what the package is. Just deliver it.
  • Local - No Internet connection needed. Everything is local to the machine.

Inspiration

npm and bower are the main inspirations for bagpack. I have ended up using them atleast once a day and there are times when I have to install packages from them when my internet is down. So , bagpack's main purpose is to fill the gap left by them.

bagpack got its name from the bagpack character of the TV Series named Dora the Explorer. Yeah ! bagpack provides all the necessary things for your quest. We even got the map inside the bagpack.

Install

npm install -g bagpack

Features

  • Package anything. This allows your private libraries to be served easily.
  • publishing and installing packages are done local without internet.
  • reuse already installed packages from other package managers like bower and npm.
  • Less overhead - bagpack stores key pair values and not a clone of the package.
  • Dead simple copy paste utility.

Concepts

In order to start working with bagpack, here are some basic concepts.

  • No configuration file is needed for identifying bagpack packages.
  • All bagpack packages are identified as directories , with directory name as the package name.
  • Versioning is not needed as , any changes inside the package will be effective automatically.

Commands

you can either use bagpack or bp to execute commands on bagpack.

  • pack or publish - Pack something into the bagpack. This will mean publishing your package via bagpack for using it.
  • pick or install - Pick anything from bagpack. This means installing a package that is available in the bagpack.
  • list - Lists all the things inside the bagpack.
  • remove - Removes a package from bagpack.

Demo

Help

Usage: bagpack [options] [command]

Commands:

pack|publish [dir]      Packs [dir] directory or current directory.
pick|install [package]  Pick (copy) a package from the bagpack
list|ls                 Lists all the packages inside the bagpack.
remove|rm [package]     Removes a package from the bagpack

Options:

-h, --help     output usage information
-V, --version  output the version number

Contribution

Contributions are welcome.

  • Feel free to send in Pull requests.
  • Report bug if you have found any.
  • Refactor the already existing code.
  • Feature requests and feedback sharing.
  • Whatever. Lets get started !

License

GPLv3