File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## v0.1.0
44
5- Introduce ` esm.sh ` CLI, a _ no-build _ tool for modern web development. Features include:
5+ Introduce esm.sh CLI, a import maps manager for modern web development written in golang . Features include:
66
7- - Initialize a new no-build web app with esm.sh CDN
8- - Serve web apps with esm.sh CDN, HMR, transforming TS/Vue/Svelte on the fly
9- - Maintain the ` importmap ` script in index.html
7+ - Add imports from esm.sh CDN
8+ - Tidy import map
109
11- ## Installation
12-
13- Install ` esm.sh ` CLI via curl:
14-
15- ``` bash
16- curl -fsSL https://esm.sh/install | bash
17- ```
18-
19- To install ` esm.sh ` CLI from source code, you need to have [ Go] ( https://go.dev/dl ) installed.
20-
21- ``` bash
22- go install github.com/esm-dev/esm.sh
23- ```
24-
25- Or install ` esm.sh ` CLI via ` npm ` :
26-
27- ``` bash
28- npm install -g esm.sh
29- ```
30-
31- Or use ` npx esm.sh ` without installation:
32-
33- ``` bash
34- npx esm.sh [command]
35- ```
36-
37- ### Usage
10+ Usage:
3811
3912```
4013$ esm.sh --help
You can’t perform that action at this time.
0 commit comments