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
- Host: GitHub
- URL: https://github.com/codingjoe/esimport
- Owner: codingjoe
- License: bsd-2-clause
- Created: 2025-04-13T14:28:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-13T15:34:26.000Z (8 months ago)
- Last Synced: 2025-04-13T15:35:17.283Z (8 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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/