CEP extension that starts a http server and evaluates incoming requests into the ExtendScript runtime.
This is going to be used by the extendscript-bundler
project so that we have a simple & sane way to evaluate ExtendScript code in all the Adobe programs without having to mess with AppleScripts or VBScripts.
Get the latest version on the releases page
For developing:
- node.js
For packaging installers:
- brew
- makensis
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install makensis
git clone git@github.com:adobe-extension-tools/devconnect.git
cd devconnect
npm install
npm start
npm run package