node-playerglobal-latest
A Node.js module wrapper for downloading/installing ALL versions of the "playerglobal.swc" API library in order to target all modern versions of Flash Player. 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. A bastardization of Semantic Versioning, yes, but very useful nonetheless.
If you don't like this non-idempotent behavior, check out JamesMGreene/node-playerglobal instead.
Install
npm install playerglobal-latest
Usage
var pg = ; console; // Install the PlayerGlobal dir into a Flex SDK dirvar FLEX_HOME = processenv'FLEX_HOME' || __dirname;pg;