Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/derhuerst/pax-static
- Owner: derhuerst
- License: isc
- Created: 2018-07-20T19:36:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T20:28:39.000Z (over 6 years ago)
- Last Synced: 2024-10-28T06:58:44.743Z (17 days ago)
- Topics: binary, bundler, pax
- Language: JavaScript
- Homepage: https://github.com/derhuerst/pax-static#pax-static
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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).