0.1.8 • Published 12 years ago

bagofholding v0.1.8

Weekly downloads
6
License
-
Repository
-
Last release
12 years ago

Bag Of Holding http://travis-ci.org/cliffano/bagofholding

Bag Of Holding is an uncursed bag of various Node.js utility functions.

It contains common functions used in various cliffano/* modules.

Installation

npm install bagofholding

or specify it as a dependency in package.json file:

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

Usage

var bag = require('bagofholding');
bag.cli.*; // command-line tools utilities
bag.mock.*; // mock IO-related Node.js API
bag.obj.*; // object manipulation utilities
bag.text.*; // string manipulation utilities

Check out the source code for a list of functions available for use.

Colophon

Follow @cliffano on Twitter.

0.1.8

12 years ago

0.1.7

12 years ago

0.1.6

12 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.17

13 years ago

0.0.16

13 years ago

0.0.15

13 years ago

0.0.14

13 years ago

0.0.13

13 years ago

0.0.12

13 years ago

0.0.11

13 years ago

0.0.10

13 years ago

0.0.9

13 years ago

0.0.8

13 years ago

0.0.7

13 years ago

0.0.6

13 years ago

0.0.5

13 years ago

0.0.4

13 years ago

0.0.3

13 years ago

0.0.2

13 years ago

0.0.1

13 years ago