Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.

Commit

Permalink
Add info and usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed May 10, 2012
1 parent 648900b commit be92f0d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Bag Of Holding [![http://travis-ci.org/cliffano/bagofholding](https://secure.tra

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

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

Installation
------------

Expand All @@ -14,6 +16,17 @@ or specify it as a dependency in package.json file:
"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
--------

Expand Down

0 comments on commit be92f0d

Please sign in to comment.