Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 393 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 393 Bytes

gnats-static

Node module packaged with the NATS server, gnats, binaries

Installation

This module is installed via npm:

$ npm install gnats-static

Example Usage

Returns the path of a statically linked gnats binary on the local filesystem.

var gnatsPath = require('gnats-static');
console.log(gnatsPath);
// /home/jacob/personal/gnats/bin/linux/x64/gnatsd