Skip to content

CEP extension that starts a http server and evals incoming requests into the ExtendScript environment

Notifications You must be signed in to change notification settings

adobe-extension-tools/devconnect

Repository files navigation

devconnect

Build Status

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

requirements

For developing:

  • node.js

For packaging installers:

  • brew
  • makensis
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install makensis

install

git clone git@github.com:adobe-extension-tools/devconnect.git
cd devconnect
npm install

develop

npm start

build & package

npm run package

About

CEP extension that starts a http server and evals incoming requests into the ExtendScript environment

Resources

Stars

Watchers

Forks

Packages

No packages published