ryohidaka/Deno to Node Transform
GitHub Actions to convert Deno to npm package using @deno/dnt
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| name | NPM package name | yes | — |
| project-dir | Project directory (contains `deno.json` and `mod.ts`) | no | . |
| out-dir | Directory to output the generated npm package | no | ./npm |
| copy-files | Additional files or directories to copy into the npm package | no | — |
| compiler-options | TypeScript compiler options to pass to DNT (e.g. target, lib, strict) | no | {"target":"ES2023","lib":["ESNext"]} |
| deno-version | Deno version to use | no | stable |
Outputs
no outputs