A development-time bundler for creating ExtendScript + ScriptUI panels for Adobe Creative Cloud applications (After Effects, Premiere Pro, Photoshop, etc.) on macOS. v0.0.6 (latest) is pre-1.0 and not actively maintained; the package has not seen updates since 2020. Key differentiators: provides live reload via AppleScript + browserify bundling, enabling a hot-reload-like workflow by reusing the global Window instance. Windows support is not available; the package is macOS-only.
npm install extendscript-bundlerVerified import paths — ran on the pinned version, not inferred.
Bundles an ExtendScript entry file into a single .jsx file and evaluates it in the specified Adobe application.
Use on macOS only, or look for alternative tools like 'Adobe ExtendScript Toolkit' or webpack-based solutions.
Consider using Adobe UXP or CEP-based tools for modern development.
Clone https://github.com/adobe-extension-tools/extendscript-starter and follow its setup.
Make sure the target Adobe application (e.g., After Effects) is open and scripting is enabled.
Run 'npm install -g extendscript-bundler' or use 'npx extendscript-bundler' (without local install).
This tool only works on macOS. Ensure you are running on macOS with osascript in PATH.