1.0.0 • Published 7 years ago

nobin v1.0.0

Weekly downloads
4
License
ISC
Repository
-
Last release
7 years ago

nobin

Quickly call node binary modules that are installed within closest node_modules/.bin

Usage

Looks for closest node_modules directory and will execute binary insde of .bin

nobin gulp lint

is equivalant to running

node_modules/.bin/gulp lint

However, Nobin will recurse up your directory tree looking for a node_modules directory.

Output will be:

[NOBIN] Found node_modules directory at: /path/to/module/test/node_modules/
[NOBIN] Running: gulp lint
[11:29:55] Using gulpfile /path/to/module/test/gulpfile.js
[11:29:55] Starting 'lint'...
[11:29:55] Finished 'lint' after 518 ms

Installation

npm install -g nobin