Skip to content

Commit 240e0e9

Browse files
committed
docs: add setup part
1 parent ec14813 commit 240e0e9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,21 @@
1111
## Features
1212

1313
- github actions support publish extension to both vs marketplace and open vsx
14-
- auto generate changelog and publish github release
14+
- auto generate changelog and publish github release, make sure you enabled the write permission of github actions
1515
- pnpm/eslint/prettier/ling-staged/simple-git-hooks/stale-dep
1616
- use esbuild to bundle extension
1717

18+
## Setup
19+
20+
After fork this repository and clone it to local, run:
21+
22+
```bash
23+
cd <your-extension-directory>
24+
npx setup-boilerplate
25+
```
26+
27+
You can also just skip this step and adjust the boilerplate by yourself.
28+
1829
## Development
1930

2031
Install dependencies by:

0 commit comments

Comments
 (0)