Skip to content

Commit 7a5f093

Browse files
committed
readme
1 parent f1ef6ca commit 7a5f093

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ Turn Your **OpenAPI** (**Swagger**) spec into a **n8n node**!
3131

3232
# Quick Start
3333

34+
If you have OpenAPI specification - you can easily in few minutes create
35+
[your community node](https://docs.n8n.io/integrations/community-nodes/usage/) for n8n!
36+
37+
It'll still require to create and publish `n8n-nodes-<yourproject>` npm package,
38+
but you can use this package to generate most of the code.
39+
40+
👉 We recommend using one of repo for the `n8n-nodes-<yourproject>` package:
41+
42+
- https://github.com/devlikeapro/n8n-nodes-petstore - Petstore example generated from OpenAPI v3 spec
43+
- https://github.com/n8n-io/n8n-nodes-starter - Official n8n nodes starter template
44+
45+
Find more real-world examples in [Use Cases](#use-cases) section.
46+
3447
## Installation
3548

3649
Add `@devlikeapro/n8n-openapi-node` as dependency
@@ -43,12 +56,6 @@ pnpm add @devlikeapro/n8n-openapi-node
4356
yarn add @devlikeapro/n8n-openapi-node
4457
```
4558

46-
👉 We recommend using one of repo for the template:
47-
48-
- https://github.com/devlikeapro/n8n-nodes-petstore - Petstore example generated from OpenAPI v3 spec
49-
- https://github.com/n8n-io/n8n-nodes-starter - Official n8n nodes starter template
50-
51-
Find more real-world examples in [Use Cases](#use-cases) section.
5259

5360
## Usage
5461

0 commit comments

Comments
 (0)