Skip to content

Crossmint's Fern Configuration used for Documentation and SDK generation

Notifications You must be signed in to change notification settings

Paella-Labs/fern-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crossmint Fern Configuration

This repository contains your Fern configuration:

View the documentation here.

Updating your Docs

Local Development server

To run a local development server with hot-reloading you can run the following command

fern docs dev

Hosted URL

Documentation is automatically updated when you push to main via the fern generate command.

npm install -g fern-api # only required once
fern generate --docs

Validating your OpenAPI spec

To validate your API, run:

npm install -g fern-api # only required once
fern check

Updating your SDKs

To update your SDKs, simply run the Release TypeScript SDK GitHub Action with the desired version for the release. Under the hood, this leverages the Fern CLI:

npm install -g fern-api # only required once
fern generate --group ts-sdk

About

Crossmint's Fern Configuration used for Documentation and SDK generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published