1.2.0 • Published 1 year ago

exec-local-bin v1.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
1 year 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

1 year ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago