mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-30 06:42:25 -05:00
Add docker image and package versioning to the README.md
This commit is contained in:
parent
cd8a740024
commit
76d9b86f81
1 changed files with 10 additions and 3 deletions
13
README.md
13
README.md
|
|
@ -2,9 +2,14 @@
|
|||
|
||||

|
||||
|
||||
Example starter module for custom n8n nodes. The FriendGrid API code snippets from the n8n documentation are used for this purpose. This is a TEST node used as a template for node creation.
|
||||
Example starter module for custom n8n nodes. FriendGrid API example from the n8n documentation is used for this purpose.
|
||||
This is a TEST node used as a template for node creation.
|
||||
|
||||
## Try it out
|
||||
## Try it out with docker
|
||||
|
||||
The recommended way is using our docker image [Digital Boss' N8N custom nodes docker image](https://hub.docker.com/r/digitalboss/n8n-custom-nodes)
|
||||
|
||||
## Another way to try it out
|
||||
|
||||
[N8N documentation on custom nodes](https://docs.n8n.io/nodes/creating-nodes/create-n8n-nodes-module.html)
|
||||
|
||||
|
|
@ -36,7 +41,9 @@ npm link @digital-boss/n8n-nodes-starter
|
|||
# Start n8n
|
||||
npx n8n
|
||||
```
|
||||
[comment]: <> (# Latest functionality)
|
||||
# Latest functionality
|
||||
|
||||
Displayed the package version in the node description. For reference, you can check [genversion](https://www.npmjs.com/package/genversion).
|
||||
|
||||
# Contribution
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue