connect-to-forge

v1.0.20
Converts an Atlassian Connect Descritor to a connect-on-forge manifest.

connect-to-forge

This tool is designed to let Connect developers quickly migrate their apps to Forge, starting with the Descriptor to Manifest conversion. To use this tool, simply:

npx connect-to-forge@latest --type <jira|confluence> --url https://website.com/path/to/descriptor.json

If you want to check out this repository and run it locally:

yarn install
yarn start --type <jira|confluence> --url https://website.com/path/to/descriptor.json

Where the type variable represents the Atlassian product that this app is meant to be installed into and the URL is somewhere on the public internet that the descriptor can be downloaded from.

npm i connect-to-forge

Metadata

  • MIT
  • Whatever
  • Robert Massaioli
  • released 9/2/2024

Downloads