robertmassaioli / connect-to-forge

A CLI tool that can convert a Connect descriptor to a Forge manifest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A CLI tool that can convert a Connect descriptor to a Forge manifest.


Languages

Language:TypeScript 94.0%Language:JavaScript 6.0%