Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/derhuerst/pax-static

Static pax binaries for MacOS, Linux and Windows.
https://github.com/derhuerst/pax-static

binary bundler pax

Last synced: 14 days ago
JSON representation

Static pax binaries for MacOS, Linux and Windows.

Awesome Lists containing this project

README

        

# pax-static

**Static [pax](https://pax.js.org/) binaries for MacOS, Linux.**

[![npm version](https://img.shields.io/npm/v/pax-static.svg)](https://www.npmjs.com/package/pax-static)
[![build status](https://api.travis-ci.org/derhuerst/pax-static.svg?branch=master)](https://travis-ci.org/derhuerst/pax-static)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/pax-static.svg)
[![chat with me on Gitter](https://img.shields.io/badge/chat%20with%20me-on%20gitter-512e92.svg)](https://gitter.im/derhuerst)

## Installation

```shell
npm install pax-static
```

## Usage

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

``` js
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](https://github.com/derhuerst/pax-static/issues).