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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i nobin

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • scottsoneal