Skip to content

An uncursed bag of various Node.js utility functions.

License

Notifications You must be signed in to change notification settings

garyc/bagofholding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

151 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bag Of Holding Build Status Dependencies Status

An uncursed bag of various Node.js utility functions.

This is an extract of the reusable parts of various Node.js modules I've written.

Mostly for internal use.

Installation

npm install bagofholding

or as a dependency in package.json file:

"dependencies": {
  "bagofholding": "x.y.z"
}

Usage

var bag = require('bagofholding');
bag.cli.*;
bag.http.*;
bag.obj.*;
bag.text.*;

Check out lib for the available methods of each component.

About

An uncursed bag of various Node.js utility functions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published