0.0.2 • Published 10 years ago

underscorize v0.0.2

Weekly downloads
11
License
-
Repository
github
Last release
10 years ago

underscorize.js

In place bindings of underscore.js to get rid of the underscore.

Installation

npm install underscorize

Usage

Instead of

var _ = require('underscore');

var args = _.drop(process.argv, 2);

use

require('underscorize');

var args = process.argv.drop(2);

etc. pp.

0.0.2

10 years ago

0.0.1

10 years ago