Skip to content

Commit 7a417ff

Browse files
committed
add screenshot and misc edits
1 parent f041e01 commit 7a417ff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
293 KB
Loading

fern/products/sdks/overview/typescript/publishing-to-npm.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Publish your public-facing Fern Typescript SDK to the [npm
77
registry](https://www.npmjs.com/). After following the steps on this page,
88
you'll have a versioned package published on npm.
99

10+
<Frame>
11+
<img src="assets/npm-packages.png" alt="Creating NPM Automation Token" />
12+
</Frame>
13+
1014
<Info>This guide assumes that you already have an initialized `fern` folder on your local machine. If you don’t, run `fern init`. See [TypeScript Quickstart](quickstart.mdx) for more details.</Info>
1115

1216
## Set up your GitHub integration
@@ -23,7 +27,7 @@ you'll have a versioned package published on npm.
2327

2428
Navigate to your `generators.yml` on your local machine. Your `generators.yml` lives inside of your `fern` folder and contains all the configuration for your Fern generators.
2529

26-
Add a new generator to your `generators.yml` using the `fern <add>` command:
30+
Add a new generator to `generators.yml`:
2731

2832

2933
```bash

0 commit comments

Comments
 (0)