Publish a public-facing SDK
This guide will walk you through how to publish public-facing SDKs through Fern.
Run fern add <generator>
In order to generate the SDK, we’ll need to add the generator to your
generators.yml
. You can use the fern <add>
command to do this.
Once the command completes, you’ll see a new group created in your generators.yml
.
Configure output location
In order to setup publishing your SDK, you’ll need to configure
an output location in your generators.yml
.
Install GitHub app
To configure the Github integration you must (1) create a Github repository and (2) install the Fern GitHub App.
Configure GitHub location
Once you’ve created the Github repository you must add it to your generators.yml
:
TypeScript