underscorize

0.0.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i underscorize

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • jhannes