starburst997/Code Extension Publish
Build and publish VSCode/Cursor extensions to VSCode Marketplace and Open VSX
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| node-version | Node.js version to use | no | 20 |
| version | Version to set in package.json (optional, skip if not provided) | no | "" |
| lint | Run lint command before packaging | no | true |
| lint-command | Lint script name from package.json | no | lint |
| build-command | Build/bundle script name from package.json | no | build |
| platforms | Comma-separated list of target platforms (e.g., darwin-x64,darwin-arm64,linux-x64,win32-x64) | no | "" |
| vsce-pat | Personal Access Token for VSCode Marketplace | no | "" |
| ovsx-pat | Personal Access Token for Open VSX | no | "" |
| package-name | Custom package name for the VSIX files (optional) | no | "" |
Outputs
no outputs