{"id":18428551,"url":"https://github.com/n8n-io/n8n-nodes-starter","last_synced_at":"2025-05-15T08:06:43.666Z","repository":{"id":37432506,"uuid":"212514423","full_name":"n8n-io/n8n-nodes-starter","owner":"n8n-io","description":"Example starter module for custom n8n nodes.","archived":false,"fork":false,"pushed_at":"2024-10-21T15:00:24.000Z","size":187,"stargazers_count":208,"open_issues_count":10,"forks_count":141,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-30T08:51:40.846Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/n8n-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-03T06:50:43.000Z","updated_at":"2024-10-26T23:24:55.000Z","dependencies_parsed_at":"2024-05-02T10:58:44.981Z","dependency_job_id":"54d0300f-cd41-4226-b409-3787a5578a26","html_url":"https://github.com/n8n-io/n8n-nodes-starter","commit_stats":{"total_commits":116,"total_committers":15,"mean_commits":7.733333333333333,"dds":0.5775862068965517,"last_synced_commit":"7eb8838df5fd7d9cf5469e1f8fe0d29b92862997"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8n-io%2Fn8n-nodes-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8n-io%2Fn8n-nodes-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8n-io%2Fn8n-nodes-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n8n-io%2Fn8n-nodes-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n8n-io","download_url":"https://codeload.github.com/n8n-io/n8n-nodes-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248921801,"owners_count":21183824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T05:14:01.169Z","updated_at":"2025-05-15T08:06:43.648Z","avatar_url":"https://github.com/n8n-io.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Tools \u0026 Utilities","🔧 Utilities \u0026 Miscellaneous"],"sub_categories":["Development Tools"],"readme":"![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)\n\n# n8n-nodes-starter\n\nThis repo contains example nodes to help you get started building your own custom integrations for [n8n](n8n.io). It includes the node linter and other dependencies.\n\nTo 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).\n\n## Prerequisites\n\nYou need the following installed on your development machine:\n\n* [git](https://git-scm.com/downloads)\n* Node.js and pnpm. Minimum version Node 20. You can find instructions on how to install both using nvm (Node Version Manager) for Linux, Mac, and WSL [here](https://github.com/nvm-sh/nvm). For Windows users, refer to Microsoft's guide to [Install NodeJS on Windows](https://docs.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows).\n* Install n8n with:\n  ```\n  npm install n8n -g\n  ```\n* Recommended: follow n8n's guide to [set up your development environment](https://docs.n8n.io/integrations/creating-nodes/build/node-development-environment/).\n\n## Using this starter\n\nThese are the basic steps for working with the starter. For detailed guidance on creating and publishing nodes, refer to the [documentation](https://docs.n8n.io/integrations/creating-nodes/).\n\n1. [Generate a new repository](https://github.com/n8n-io/n8n-nodes-starter/generate) from this template repository.\n2. Clone your new repo:\n   ```\n   git clone https://github.com/\u003cyour organization\u003e/\u003cyour-repo-name\u003e.git\n   ```\n3. Run `npm i` to install dependencies.\n4. Open the project in your editor.\n5. Browse the examples in `/nodes` and `/credentials`. Modify the examples, or replace them with your own nodes.\n6. Update the `package.json` to match your details.\n7. Run `npm lint` to check for errors or `npm lintfix` to automatically fix errors when possible.\n8. Test your node locally. Refer to [Run your node locally](https://docs.n8n.io/integrations/creating-nodes/test/run-node-locally/) for guidance.\n9. Replace this README with documentation for your node. Use the [README_TEMPLATE](README_TEMPLATE.md) to get started.\n10. Update the LICENSE file to use your details.\n11. [Publish](https://docs.npmjs.com/packages-and-modules/contributing-packages-to-the-registry) your package to npm.\n\n## More information\n\nRefer to our [documentation on creating nodes](https://docs.n8n.io/integrations/creating-nodes/) for detailed information on building your own nodes.\n\n## License\n\n[MIT](https://github.com/n8n-io/n8n-nodes-starter/blob/master/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn8n-io%2Fn8n-nodes-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn8n-io%2Fn8n-nodes-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn8n-io%2Fn8n-nodes-starter/lists"}