Skip to content

Commit 4ff6288

Browse files
authored
Update README.md
1 parent 21a4cc2 commit 4ff6288

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# tsm
22

3-
### Create a TypeScript ESM project with a single command
3+
Create a TypeScript ESM project with a single command
44

55
## Usage
66

7+
Quick start
8+
79
```bash
810
pnpm create tsm my-app
911
```
12+
13+
Install
14+
15+
```bash
16+
pnpm i -g create-tsm
17+
```
18+
19+
```
20+
tsm my-app
21+
```
22+

0 commit comments

Comments
 (0)