google-closure-tools-latest

0.1.1 • Public • Published

node-google-closure-tools-latest

A Node.js module wrapper for downloading/installing the latest version of the Google Closure tools. Downloads the latest versions upon install, rather than during prepublish. As such, a consumer can always just run npm update/npm install to get the latest updates despite the module's version being unchanged.

Install

npm install google-closure-tools-latest

Usage

var gct = require('google-closure-tools-latest');
 
// Install the Google Closure tools into a specific target dir
var installDir = __dirname + '/closure-tools';
gct(installDir);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    5
  • 0.1.0
    0

Package Sidebar

Install

npm i google-closure-tools-latest

Weekly Downloads

4

Version

0.1.1

License

Apache 2.0

Last publish

Collaborators

  • vsonix-bub