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

boundle-net

v1.0.20

Published

Tool that helps to create packages with dependencies to use them.

Downloads

4

Readme

Boundle

covergae status Version Status Deps Status Code

What is boundle?

Boundle is a tool designed to create custom packages, with the modules that you want to install, there are no limits, the advantage that boundle gives you is that when you already have that package with dependencies inside you do not have to reinstall the dependencies, you can simply reuse that package with those dependencies calling them, we better go with practice.


Install

You need to install boundle globally.

npm i -g boundle-net

Ready...


How to use

To use boundle first there will be a terminal in your project directory.

Commands

This command is used to create a new package with the dependencies that you want. Well, with this we would already have a package and its dependencies. Example: boundle create "pkgName" dependencies...

C:\Users\USER\Desktop>boundle create webpack express method-override bcrypt body-parser 

To use this command first go to the directory where you want the package to be copied, then run it like this. Example: boundle usage "pkgName"

C:\Users\USER\Desktop\tester>boundle usage webpack

The list command outputs the list of all the packages you have created. Example: boundle list

C:\Users\USER\Desktop>boundle list

The delete command deletes a package with the specific name passed to it by parameter. Example: boundle delete "pkgName"

C:\Users\USER\Desktop>boundle delete webpack

This command is used to add more dependencies to an already created package. Example: boundle extend "pkgName" dependencies...

C:\Users\USER\Desktop>boundle extend webpack mongoose node-fetch

The reduce command is used for when we want to uninstall a dependency from our package. Example: boundle reduce "namePkg" dependencies...

C:\Users\USER\Desktop>boundle reduce webpack express mongoose

Other Commands

This command removes all the commands that are in experimental version. Example: boundle cexp

C:\Users\USER\Desktop>boundle cexp

This command brings out the latest version of boundle. Example: boundle --version | -v

C:\Users\USER\Desktop>boundle --version
or
C:\Users\USER\Desktop>boundle -v
> output
Boundle V1.0.0

The --help command as its name says gives you a help to guide you. Example: boundle --help | -h

C:\Users\USER\Desktop>boundle --help
or
C:\Users\USER\Desktop>boundle -h

Developer: ly-dev12 Repository: https://github.com/ly-dev12/boundle Npm: https://www.npmjs.com/package/boundle-net


Contributing

contributions are welcome, create a pull request and send us your feature, first check the CONTRIBUTING GUIDELINES.

LICENSE MIT