Get Set Up

Create a new folder and open the same directory in your favorite code editor (In my case, VSCode).

Run the following commands in the terminal

~/bitly
❯ fdk config set --scope global global_apps.enabled true
Config global_apps.enabled was set to value "true" successfully

❯ fdk create
? Choose a template: common-starter-template
A new Global app was successfully created from template "common-starter-template" with the following files.
~/bitly
├── README.md
├── app
│   ├── index.html
│   ├── scripts
│   │   └── app.js
│   └── styles
│       ├── images
│       │   └── icon.svg
│       └── style.css
├── config
│   └── iparams.json
├── log
│   └── fdk.log
└── manifest.json
6 directories, 8 files