npm.io
0.0.3 • Published 12 years agoCLI

humanb

Licence
MIT
Version
0.0.3
Deps
0
Vulns
0
Weekly
0
Stars
2

humanb Build Status

Transforms a given filesize into a more readable form

Usage

This module is meant to be used in, at least, three different scenarios

Nodejs

var humanb = require('humanb');

var filesizes = 1024;

humanb(filesize);

// 1kb
Browser

Just reference the library and use it :)

Shell
humanb 1024

# 1kb