Skip to content

Commit 86dcd92

Browse files
authored
Update fern-typescript-node-sdk references (#35)
1 parent 74bb3ce commit 86dcd92

File tree

7 files changed

+20
-23
lines changed

7 files changed

+20
-23
lines changed

fern/products/sdks/overview/dotnet/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Generate a C#/.NET SDK by following the instructions on this page.
3434
groups:
3535
local:
3636
generators:
37-
- name: fernapi/fern-typescript-node-sdk
37+
- name: fernapi/fern-typescript-sdk
3838
output:
3939
location: local-file-system
4040
path: ../sdks/typescript
@@ -44,7 +44,7 @@ Generate a C#/.NET SDK by following the instructions on this page.
4444
```
4545
4646
<Note>`fern init` creates a default configuration that includes the
47-
TypeScript Node SDK generator. The `local` group containing this
47+
TypeScript SDK generator. The `local` group containing this
4848
generator only generates if you run fern generate without specifying a
4949
group, or if you explicitly target it with `fern generate --group
5050
local`. In subsequent steps, you'll add an additional generator for your

fern/products/sdks/overview/java/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Generate a Java SDK by following the instructions on this page.
3434
groups:
3535
local:
3636
generators:
37-
- name: fernapi/fern-typescript-node-sdk
37+
- name: fernapi/fern-typescript-sdk
3838
output:
3939
location: local-file-system
4040
path: ../sdks/typescript
@@ -44,7 +44,7 @@ Generate a Java SDK by following the instructions on this page.
4444
```
4545
4646
<Note>`fern init` creates a default configuration that includes the
47-
TypeScript Node SDK generator. The `local` group containing this
47+
TypeScript SDK generator. The `local` group containing this
4848
generator only generates if you run fern generate without specifying a
4949
group, or if you explicitly target it with `fern generate --group
5050
local`. In subsequent steps, you'll add an additional generator for your

fern/products/sdks/overview/php/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Generate a PHP SDK by following the instructions on this page.
3434
groups:
3535
local:
3636
generators:
37-
- name: fernapi/fern-typescript-node-sdk
37+
- name: fernapi/fern-typescript-sdk
3838
output:
3939
location: local-file-system
4040
path: ../sdks/typescript
@@ -44,7 +44,7 @@ Generate a PHP SDK by following the instructions on this page.
4444
```
4545
4646
<Note>`fern init` creates a default configuration that includes the
47-
TypeScript Node SDK generator. The `local` group containing this
47+
TypeScript SDK generator. The `local` group containing this
4848
generator only generates if you run fern generate without specifying a
4949
group, or if you explicitly target it with `fern generate --group
5050
local`. In subsequent steps, you'll add an additional generator for your

fern/products/sdks/overview/python/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Generate a Python SDK by following the instructions on this page.
3434
groups:
3535
local:
3636
generators:
37-
- name: fernapi/fern-typescript-node-sdk
37+
- name: fernapi/fern-typescript-sdk
3838
output:
3939
location: local-file-system
4040
path: ../sdks/typescript
@@ -44,7 +44,7 @@ Generate a Python SDK by following the instructions on this page.
4444
```
4545
4646
<Note>`fern init` creates a default configuration that includes the
47-
TypeScript Node SDK generator. The `local` group containing this
47+
TypeScript SDK generator. The `local` group containing this
4848
generator only generates if you run fern generate without specifying a
4949
group, or if you explicitly target it with `fern generate --group
5050
local`. In subsequent steps, you'll add an additional generator for your

fern/products/sdks/overview/ruby/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Generate a Ruby SDK by following the instructions on this page.
4444
```
4545
4646
<Note>`fern init` creates a default configuration that includes the
47-
TypeScript Node SDK generator. The `local` group containing this
47+
TypeScript SDK generator. The `local` group containing this
4848
generator only generates if you run fern generate without specifying a
4949
group, or if you explicitly target it with `fern generate --group
5050
local`. In subsequent steps, you'll add an additional generator for your

fern/products/sdks/overview/typescript/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ default-group: local
1010
groups:
1111
local:
1212
generators:
13-
- name: fernapi/fern-typescript-node-sdk
13+
- name: fernapi/fern-typescript-sdk
1414
version: 0.7.1
1515
config:
1616
namespaceExport: Acme

fern/products/sdks/overview/typescript/quickstart.mdx

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Generate a TypeScript SDK by following the instructions on this page.
3333
groups:
3434
local:
3535
generators:
36-
- name: fernapi/fern-typescript-node-sdk
36+
- name: fernapi/fern-typescript-sdk
3737
output:
3838
location: local-file-system
3939
path: ../sdks/typescript
@@ -43,7 +43,7 @@ Generate a TypeScript SDK by following the instructions on this page.
4343
```
4444
4545
<Note>`fern init` creates a default configuration that includes the
46-
TypeScript Node SDK generator. The `local` group containing this
46+
TypeScript SDK generator. The `local` group containing this
4747
generator only generates if you run fern generate without specifying a
4848
group, or if you explicitly target it with `fern generate --group
4949
local`. In subsequent steps, you'll add an additional generator for your
@@ -59,15 +59,15 @@ Generate a TypeScript SDK by following the instructions on this page.
5959
Add the TypeScript SDK generator:
6060

6161
```bash
62-
fern add fern-typescript-node-sdk --group sdk
62+
fern add fern-typescript-sdk --group sdk
6363
```
6464

6565
This command adds the following to `generators.yml`:
6666

6767
```yaml
6868
sdk:
6969
generators:
70-
- name: fernapi/fern-typescript-node-sdk
70+
- name: fernapi/fern-typescript-sdk
7171
version: <Markdown src="/snippets/version-number.mdx"/>
7272
output:
7373
location: local-file-system
@@ -78,15 +78,12 @@ This command adds the following to `generators.yml`:
7878
```bash
7979
fern/ # created in step 1
8080
sdks/ # created by fern generate --group sdk
81-
├─ typescript
82-
├─ cjs/
83-
├─ api/
84-
├─ core/
85-
└─ errors/
86-
└─ esm/
87-
├─ api/
88-
├─ core/
89-
└─ errors/
81+
├─ typescript
82+
├─ Client.ts
83+
├─ index.ts
84+
├─ errors/
85+
├─ core/
86+
└─ api/
9087
```
9188

9289
</Steps>

0 commit comments

Comments
 (0)