What problem does it solve?
Centralizes all routine operations for 1C external data processors (EPF) into one guided workflow, so you can scaffold metadata, compile/decompile, and register EPF into BSP without manually editing XML/BSL and juggling separate skills.
Core Features & Use Cases
- EPF scaffold (init): Generates the minimal EPF XML root plus the required object module skeleton, ready to be extended with forms and source code.
- EPF compilation (build): Builds an EPF from XML sources using a configured 1C platform runtime and a target information base.
- EPF decompilation (dump): Dumps an EPF back into hierarchical XML sources (including forms, templates, and module code).
- Managed form attachment (add-form): Creates a managed form package and updates the processor root XML to include it (optionally setting it as default).
- BSP registration (bsp-init / bsp-add-command): Injects or extends the
СведенияОВнешнейОбработке() function in the processor object module to register the processor in BSP and add commands.
Quick Start
Run epf-expert init to scaffold a new external data processor, then immediately run epf-expert add-form to add a managed form and make further edits.