Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/sdk-starterPublic template
generated fromfern-api/docs-starter

The easiest way to get started generating an SDK with Fern! Supported languages: TypeScript, Python, Go, Java, C#, PHP, Ruby

NotificationsYou must be signed in to change notification settings

fern-api/sdk-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation


logo

SDK Starter

Generate production-ready TypeScript and Python SDKs in under 5 minutes using Fern.

Customer Showcase

Get inspired by SDKs built with Fern:Merge |Square |ElevenLabs |Flatfile |


Requirements

Step 1: Use this template

  1. Click on theUse this template button (found at the top right of this page). You must be logged into GitHub.
  2. Choose the option tocreate a new repository. Name it whatever you'd like.

Step 2: Clone and configure the repo

  1. Clone your newly created repository and open it in your favorite code editor (e.g., VS Code).
  2. Openfern.config.json and update theorganization field with your organization name.
{"organization":"your-organization-name","version":"0.65.32"}

Step 3: Install and configure Fern

  1. Install the Fern CLI globally:
npm install -g fern-api
  1. Log in to Fern:
fern login

Step 4: Configure your SDK settings

The repository comes pre-configured for TypeScript and Python SDK generation ingenerators.yml. You'll need to:

  1. Create a GitHub repository for each SDK you want to generate
  2. Install theFern GitHub App in your target repository.
  3. Uncomment and update the GitHub section ingenerators.yml with your repository information:
# For Python SDKgithub:repository:your-org/your-python-sdk-repo# For TypeScript SDKgithub:repository:your-org/your-typescript-sdk-repo

Step 5: Generate your SDKs

To generate and publish your SDKs:

fern generate --group python-sdk

AND

fern generate --group ts-sdk

The generated SDKs will be:

  • Committed to your specified GitHub repositories
  • Published to npm (TypeScript) and PyPI (Python) if configured
  • Version-controlled using semantic versioning

Customization Options

The starter comes with some pre-configured options ingenerators.yml:

You can modify these configurations or add additional options by editinggenerators.yml.


Support

Need help?Set up a call with an expert or email us atsupport@buildwithfern.com.

About

The easiest way to get started generating an SDK with Fern! Supported languages: TypeScript, Python, Go, Java, C#, PHP, Ruby

Topics

Resources

Stars

Watchers

Forks

Contributors8

Languages


[8]ページ先頭

©2009-2025 Movatter.jp