nobin

1.0.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i nobin

      Weekly Downloads

      2

      Version

      1.0.0

      License

      ISC

      Last publish

      Collaborators

      • scottsoneal