1.1.0 • Published 8 years ago

globalify v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Globalify

Wat

Globalify will install from npm then browserify a module.

Why would anyone want this!?

For easy usage in testing sites like jsperf.com, or jsbin etc etc..

Usage

cmdline:

npm -i globalify -g

globalify gedi -o gedi-0.10.0.js

API:

var globalify = require('globalify');

globalify({
        module: 'gedi',
        version: '0.10.0', // OPTIONAL, Will default to x.x.x
        globalVariable: 'gedi' or function(moduleName, version){ ... }, // OPTIONAL, Will default to the module name camelCased.
        installDirectory: 'someDir' // OPTIONAL, Will default to globalify_modules
    },
    function(error){
        // Something went a bit shit.
    }
).pipe(myAwesomeWriteStream);
1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.5

9 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago