Merge pull request #10 from n8n-io/update-package-json-community

Update package.json and readme
This commit is contained in:
Omar Ajoue 2022-06-13 17:57:42 +02:00 committed by GitHub
commit 61ed8292c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 3 deletions

View file

@ -1,9 +1,22 @@
# n8n-nodes-starter
![n8n.io - Workflow Automation](https://raw.githubusercontent.com/n8n-io/n8n/master/docs/images/n8n-logo.png)
This repo contains example nodes to help you get starting building your own custom integrations for n8n.
Example starter module for custom n8n nodes.
All nodes are npm packages. To make your custom node available to the community, you must create it as an npm package, and [submit it to the npm registry](https://docs.npmjs.com/packages-and-modules/contributing-packages-to-the-registry).
## Using this starter
1. Clone the repo:
```
git clone https://github.com/n8n-io/n8n-nodes-starter.git
```
2. Open the project in your editor.
3. Browse the examples in `/nodes`. Modify the examples, or replace them with your own nodes.
4. Update the `package.json` to match your details.
## More information
Refer to our [documentation on creating nodes](https://docs.n8n.io/integrations/creating-nodes/) for detailed information on building your own nodes.
## License

View file

@ -1,7 +1,8 @@
{
"name": "n8n-nodes-starter",
"name": "n8n-node-starter",
"version": "0.1.0",
"description": "Example starter module for custom n8n nodes.",
"keywords": ["n8n-community-node-package"],
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://n8n.io",
"author": {