Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kt3k/pack

Repository files navigation

@kt3k/pack v0.1.14

ci

Bundle Deno scripts into a single script

Note: This module is a thin wrapper of esbuild and esbuild-deno-loader.

Usage

deno -A jsr:@kt3k/pack [-h|-v] [-o <filename>] [--external <module>] [--format cjs|esm] <input-file>

Options

  • -h Show help message and exit.
  • -v Show version number and exit.
  • -o <filename> Specify the output file name. If not specified, the bundle is output to stdout.
  • --external <module> Specify the external modules. The external modules are not bundled, but are left as import statements in the output. You can specify multiple --external options like --external foo --external bar.
  • --fromat esm|cjs Specify the output format. Default is esm.

License

MIT

About

Bundle Deno scripts

Resources

License

Stars

Watchers

Forks

Packages

No packages published