nodef/JSR Mirror
A GitHub Action for mirroring JavaScript Registry (JSR) packages to other registries.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Target registry to mirror the JSR package to | yes | — |
| registry-token | Token needed to publish to the target registry | yes | — |
| registry-url | URL of the target registry (e.g., registry.npmjs.org for npm) | no | "" |
| github-token | GitHub token for accessing repository details | no | "" |
| deno-config-path | Path of the Deno config file (e.g., deno.json) | no | deno.json |
| manifest-path | Path of the manifest file (e.g., package.json) | no | package.json |
| npmrc-path | Path of the npmrc file (e.g., .npmrc) | no | .npmrc |
| npmignore-path | Path of the npmignore file (e.g., .npmignore) | no | .npmignore |
| name | Name of the package in the target registry | no | "" |
| version | Version of the package in the target registry | no | "" |
| description | Description of the package in the target registry | no | "" |
| keywords | Keywords of the package in the target registry (comma separated) | no | "" |
| license | License of the package in the target registry | no | "" |
| author | Author of the package in the target registry | no | "" |
Outputs
no outputs