vscode-vsce/README.md

19 lines
209 B
Markdown
Raw Normal View History

2015-10-07 10:50:53 +02:00
# vsce
2015-09-22 12:26:00 +02:00
VSCode Extension Manager
2015-09-28 19:34:49 +02:00
## Development
Clone the repo. Then,
```
cd vscode-extension-manager
npm install
npm link
```
This will add `vsce` to your `$PATH`. Verify it by running:
```
vsce help
```