aaalaniz/Goose Recipe Shortener
Generate a Goose deep link from a recipe file and optionally shorten it.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| recipe_path | Path to the Goose recipe file. | yes | — |
| shortener | Shortener to use: shortio, custom | no | — |
| short_url_path | The path for the shortened URL | no | — |
| shortio_api_key | short.io API key. | no | — |
| shortio_domain | short.io domain. | no | — |
| custom_shortener_path | Path to custom JavaScript shortener file (when shortener is "custom") | no | — |
Outputs
| name | description |
|---|---|
| goose_deep_link | The generated Goose deep link. |
| short_url | The shortened URL. |