@abapify/adt
v0.4.10
Published
Standalone single-file bundle of the ADT CLI — all runtime dependencies embedded
Downloads
710
Readme
@abapify/adt
Standalone bundle of the ADT CLI — a single minified ESM file with zero runtime dependencies.
npm install -g @abapify/adt
adt --helpRequires Node.js ≥ 18. Everything else — the ADT client, schemas, plugins,
UI — is embedded in the bundle, so the install is ~12 MB instead of ~100 MB
of node_modules.
What's inside
- The full
adtCLI built fromadt-cli/src/bin/adt-all.ts(built-in plugins: codegen, ATC, export, diff, abapGit, gCTS) yoga.wasm— layout engine asset, shipped next to the bundle
Externally-installed command plugins still work: dynamic import() calls
resolve upward from the installed package into the global node_modules.
For the unbundled variant (per-package installs, programmatic use of
@abapify/adt-cli services), use @abapify/adt-cli.
