this is a cli tool for transforming your deno project to a node project using dnt under the hood.
this tool reads your "deno.json" file to figure out most of what needs to be transformed, and comes with a handful of useful preset configurations, so that you won't have to write lengthy cli args.
take a look at CliArgs and CliConfigJson to see what configuration options are available.
moreover, to use this transformer via javascript instead of the shell, use the buildNpm function from npm.ts file (or jsr:@oazmi/build-tools/npm if using jsr).
this is a cli tool for transforming your deno project to a node project using
dnt
under the hood.this tool reads your "deno.json" file to figure out most of what needs to be transformed, and comes with a handful of useful preset configurations, so that you won't have to write lengthy cli args.
take a look at CliArgs and CliConfigJson to see what configuration options are available.
moreover, to use this transformer via javascript instead of the shell, use the buildNpm function from
npm.ts
file (orjsr:@oazmi/build-tools/npm
if using jsr).