0.1.0 • Published 11 years ago

binutils-hiperf v0.1.0

Weekly downloads
6
License
-
Repository
github
Last release
11 years ago

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.