Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.03 KB

readme.md

File metadata and controls

31 lines (19 loc) · 1.03 KB

pax-static

Static pax binaries for MacOS, Linux.

npm version build status ISC-licensed chat with me on Gitter

Installation

npm install pax-static

Usage

Returns the path of the pax binary on the local filesystem.

const pathToPax = require('pax-static-macos')
console.log(pathToPax)
// /Users/j/playground/node_modules/pax-static-macos/pax

Contributing

If you have a question or need support using pax-static, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.