0.0.2 • Published 9 years ago

yuanode v0.0.2

Weekly downloads
5
License
ISC
Repository
github
Last release
9 years ago

See CHANGE LOG for notable changes.

yuanode, a spoon of sugar for Node.js

yuanode is the abbreviation of "yuan" and "node", please attention that there is only ONE "n" in the middle of "yuanode". yuanode is a collection of syntax sugar for built-in Node.js modules, making it easier to accomplish general tasks in Node.js.

Start Up

Install yuanode by NPM,

npm install yuanode --save

then import it by name,

var yuanode = require('yuanode');

crypto

// Return the md5 digest (encoded in HEX by default).
yuanode.crypto.md5(buf);
0.0.2

9 years ago

0.0.1

9 years ago