Core functionality for building bundler extensions to compile Adobe CEP (Common Extensibility Platform) extensions. Version 0.3.0 provides a single compile() function that generates manifest.xml, dev.html, node_modules folder, and optional .debug file. Supports environment-specific configurations via package.json or environment variables (CEP_NAME, CEP_ID, CEP_HOSTS). Key differentiator: it's a low-level core for custom bundler plugins, not a full build tool like cep-bundler-webpack. No notable release cadence; last release appears static.
npm install cep-bundler-coreVerified import paths — ran on the pinned version, not inferred.
Shows required `out` field, optional `isDev` toggling, and environment-based configuration.
Use `require('cep-bundler-core')` instead of `import`.Ensure `out` is a writable directory path.
Set `NODE_ENV` before compile, or pass `env` explicitly.
Use `core.compile(...)` or destructure `{ compile }`.Run `npm install cep-bundler-core` in your project root.
No dependency data recorded yet.