Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 484 Bytes

File metadata and controls

37 lines (31 loc) · 484 Bytes

mapm

A simple Import Map Package Manager

Install any npm packages without any build steps

npm i -g mapm

Install into import-map.json

mapm install pulsjs

Install into HTML file

mapm install -f index.html pulsjs

Link from html

Adds import map automatically

mapm link -o index.html index.html

mapm.json

{
  "file": "index.html",
  "provider": "esm.sh"
}

Providers:

  • esm.sh
  • esm.run
  • unpkg
  • skypack