1.2.0 • Published 3 years ago

exec-local-bin v1.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

exec-local-bin

A simple helper to execute local node_module bin in node.

Install

npm i exec-local-bin

How to use

const execLocalBin = require('exec-local-bin');

execLocalBin('relaxed') // runs: ./node_modules/.bin/relaxed
    .then((stdout) => console.log(stdout))
    .catch((error) => console.log(error));

Arguments

1.2.0

3 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago