For the complete documentation index, see llms.txt. This page is also available as Markdown.

Initialize with frigg init

Use frigg init to Create the App

Be sure to double-check that you have all the prerequisite tools installed before attempting this tutorial.

Open your terminal and cd to a location where you want to install your Frigg application. Then run the following command to create a new Frigg app, replacing [my-app-integrations] with your desired app name:

frigg init [my-app-integrations]

Note on naming: We recommend naming your Frigg app something descriptive that reflects its purpose as a microservice that powers integrations; For example, "my-app-integrations" is a good fit.

This process might take a couple of minutes to complete, but at the end of it you should see something like this in your terminal:

Now navigate to your newly created app directory using the following command:

cd [my-app-integrations]

Congrats! You've just successfully scaffolded and installed your Frigg app using frigg init. Continue with further configuration and customization.

Last updated

Was this helpful?