Skip to content

Commit 4a7835d

Browse files
committed
Update cli changelog
1 parent abba308 commit 4a7835d

1 file changed

Lines changed: 4 additions & 31 deletions

File tree

CHANGELOG-CLI.md

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,12 @@
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

0 commit comments

Comments
 (0)