Skip to main content
Home

Built and signed on GitHub Actions

This package works with Deno
This package works with Deno
JSR Score
94%
Published
2 years ago (0.0.1)

importmap expand

jsr

Usage: importmap-expand <filenames...> --option <deno.jsonc>

Description:

  The tiny tool to expand importmap shortcut

Options:

  -h, --help                  - Show this help.
  -o, --option  <deno.jsonc>  - Path to deno.jsonc                   (required)
  --dry-run                   - dry run mode. Result show in stdout  (Default: false)

License

zlib

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@omochice/importmap-expand

Import symbol

import * as importmap_expand from "@omochice/importmap-expand";
or

Import directly with a jsr specifier

import * as importmap_expand from "jsr:@omochice/importmap-expand";