Skip to content

interaapps/mapm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automatically create import maps for npm packages

Resources

Stars

Watchers

Forks

Packages

No packages published