mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 22:12:26 -05:00
Updating Readme.md
This commit is contained in:
parent
912f025fd5
commit
f8ecf587f8
1 changed files with 25 additions and 0 deletions
25
README.md
25
README.md
|
|
@ -5,6 +5,31 @@
|
||||||
Example starter module for custom n8n nodes.
|
Example starter module for custom n8n nodes.
|
||||||
|
|
||||||
|
|
||||||
|
## Try it out
|
||||||
|
|
||||||
|
Clone the repo and execute:
|
||||||
|
```
|
||||||
|
cd n8n-nodes-starter
|
||||||
|
npm install
|
||||||
|
npm run build
|
||||||
|
npm link
|
||||||
|
```
|
||||||
|
|
||||||
|
After that add it to an N8N installation:
|
||||||
|
```
|
||||||
|
cd ..
|
||||||
|
mkdir n8n_install
|
||||||
|
cd n8n_install
|
||||||
|
npm init
|
||||||
|
npm install
|
||||||
|
npm install n8n
|
||||||
|
npm link n8n-nodes-starter
|
||||||
|
npx n8n
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[Apache 2.0 with Commons Clause](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/LICENSE.md)
|
[Apache 2.0 with Commons Clause](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/LICENSE.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue