How to create Forge custom UA with type script?

Hi,

How create Forge Custom UA using typescript ?

for example there is

Usage: forge create [options] [name]

Description: create an app


--verbose                         enable verbose mode
-t, --template <template name>    specify the template to use
-d, --directory <directory name>  specify the directory to create (uses the
                                  template name by default)
-h, --help                        display help for command

but there is not described any templates.

You may use this project to build a Forge app with typescript and some other useful stuff: GitHub - GerroDen/forge-sandbox: A sandbox to try out a development pipeline with Atlassian forge.

thanks @ppasler

1 Like