This repository contains the Stripe Demo Fern configuration:
To validate the API, run:
npm install -g fern-api # only required once
fern check
View your generated documentation website at stripe.docs.buildwithfern.com.
To run a local development server with hot-reloading you can run the following command
fern docs dev
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
To update the TypeScript SDK, simply run the Release Node.js SDK
GitHub Action with the desired version for the release. Under the hood, this leverages the Fern CLI:
fern generate --group node-sdk