An open API service indexing awesome lists of open source software.

https://github.com/disjukr/importmap

import map util
https://github.com/disjukr/importmap

Last synced: about 1 month ago
JSON representation

import map util

Awesome Lists containing this project

README

        

# importmap

[import map](https://github.com/WICG/import-maps) util

## usage
```sh
npm install lodash-es
npx importmap # prints {"imports":{"lodash-es":"/node_modules/lodash-es/lodash.js"}}
```

## run http server
```sh
npx importmap serve -p 3000
# open http://localhost:3000/import-map.json
```