mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 04:27:45 +00:00
10 lines
239 B
Markdown
10 lines
239 B
Markdown
# Publishing the extension to open-vsx
|
|
|
|
> https://open-vsx.org/extension/kamadorueda/alejandra
|
|
|
|
```sh
|
|
$ yarn install
|
|
$ yarn vsce package
|
|
$ ovsx create-namespace kamadorueda -p "${TOKEN}"
|
|
$ ovsx publish -p "${TOKEN}" ./alejandra-*.vsix
|
|
```
|