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

https://github.com/codingjoe/esimport

Cutting edge ESM bundler and importmap generator
https://github.com/codingjoe/esimport

Last synced: 8 months ago
JSON representation

Cutting edge ESM bundler and importmap generator

Awesome Lists containing this project

README

          





esimport: Cutting edge ESM bundler and importmap generator

## Why

ESM (ECMAScript Modules) is the future of JavaScript in the browser.
It allows you to simply your development workflow and improve browser cacheing.

**esimport** is

* blazing fast (thanks to [esbuild] & [go]),
* easily setup,
* secure,
* and transpiles legacy packages.

In contrast to esm.sh it enables local development, dependabot support
and limits your vulnerability to supply chain attacks.

## Usage

```bash
# esimport
npx esimport . ./public/static/
```

[esbuild]: https://esbuild.github.io/
[go]: https://go.dev/