A templated code generation tool for the Dart-to-JS-Transpiler (DJT) ecosystem. Current stable version 1.0.1, released occasionally. It generates JavaScript and TypeScript declaration files from a schema definition, targeting DJT transpilation workflows. Differentiates by providing a simple CLI for schema-to-output transformation with DTS support.
npm install djt-codegenNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows CLI usage with schema input, JS output, and DTS generation; also demonstrates programmatic API if available.
Manually verify generated DTS files for completeness.
Ensure schema file uses module.exports = { ... } syntax.Run 'yarn add djt-codegen' or 'npm install djt-codegen'.
Use import syntax or update Node to version that supports ESM.
No dependency data recorded yet.