0.0.0 • Published 9 years ago

ziffy v0.0.0

Weekly downloads
5
License
-
Repository
-
Last release
9 years ago

ziffy

Install as binary:

git clone https://github.com/unenglishable/ziffy.git
cd ziffy
npm install -g

###package.json

{
...
  "dependencies": {
    ...
    "ziffy": "git://github.com/unenglishable/ziffy",
    ...
  }
...
}

Usage

var ziffy = require('ziffy');

ziffy.convert('Hello World');

...

ziffy.transform(someStream).pipe(process.stdout);
0.0.0

9 years ago