This is a "starter kit" for developing CEP Panels.
This Template does a bunch of things to make your life easier:
- Compile our Typescript code into a single
.js
file. - Converts
Extendscript
tojsxbin
. - Create the necessary xml files
- Create a
symlink
into the extensions folder so you can test out the extension quickly - Syncs your
node_modules
(not thedev dependencies
) into the bundle
- node.js
- npm
git clone [email protected]:mohsinxx365/cep_starter.git
cd cep-starter
npm install
-
npm run serve
: runs the extension in the browser at localhost:8080 by default -
npm run release:dev
: will build, deploy and archive the extension -
npm run release:prod
: will build and deploy the extension