binutils-hiperf
v0.1.0
Published
A high performance version of node-binutils.
Downloads
3
Readme
binutils-hiperf
This is a high performance version of my other package node-binutils.
To install using npm open your terminal (or command line), make sure you're in your application directory and execute the following command:
npm install binutils-hiperf
You can then start using the package by requiring it from your application as such:
var binutils = require('binutils-hiperf');
For usage and examples please refer to the page of node-binutils.