2.1.1 • Published 1 year ago

@jameslnewell/resolve-bin v2.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

@jameslnewell/resolve-bin

Resolve the path of a npm package's binary

Installation

npm i -S @jameslnewell/resolve-bin

Usage

import resolveBin from "@jameslnewell/resolve-bin";

const path = resolveBin({
  from: __dirname,
  package: 'typescript',
  command: 'tsc',
})
2.1.1

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.0.0

1 year ago