jameslnewell / resolve-bin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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',
})

About


Languages

Language:JavaScript 100.0%