digital-ide/scripts/README.md
2025-03-02 23:43:58 +08:00

19 lines
354 B
Markdown

Some scripts for config generation, batch processing etc.
Please run the all the scripts in the `extensionPath`.
command: scripts for `commands` in package.json
## 一键打包
如果初次运行,需要先安装一下依赖项:
```bash
$ npm install webpack-cli -g
$ npm install vsce -g
```
```bash
$ python scripts/command/make_package.py
```