0.0.1 • Published 10 years ago

estkpm v0.0.1

Weekly downloads
6
License
ISC
Repository
github
Last release
10 years ago

estkpm

Adobe ExtendScript package manager (download js or jsx script, generate merged script file)

Install

$ npm install -g estkpm

Usage

write /path/to/package.jsx file

{
  "underscore.js": "http://underscorejs.org/underscore.js",
  "moment.js": "https://raw.github.com/moment/moment/develop/moment.js"
}

then

$ estkpm -c /path/to/package.jsx

output ./build.jsx