quick update
This commit is contained in:
		
					parent
					
						
							
								cfade8a9b3
							
						
					
				
			
			
				commit
				
					
						b9fa372d94
					
				
			
		
					 2 changed files with 15 additions and 3 deletions
				
			
		
							
								
								
									
										15
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										15
									
								
								README.md
									
										
									
									
									
								
							|  | @ -1,9 +1,20 @@ | ||||||
| # n8n-nodes-starter | # n8n-nodes-starter | ||||||
| 
 | 
 | ||||||
|  | This repo contains example nodes to help you get starting building your own custom integrations for n8n. | ||||||
| 
 | 
 | ||||||
| Example starter module for custom n8n nodes. | ## 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 | ## License | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,7 +1,8 @@ | ||||||
| { | { | ||||||
|     "name": "n8n-nodes-starter", |     "name": "n8n-node-starter", | ||||||
|     "version": "0.1.0", |     "version": "0.1.0", | ||||||
|     "description": "Example starter module for custom n8n nodes.", |     "description": "Example starter module for custom n8n nodes.", | ||||||
|  |     "keywords": ["n8n-community-node-package"], | ||||||
|     "license": "SEE LICENSE IN LICENSE.md", |     "license": "SEE LICENSE IN LICENSE.md", | ||||||
|     "homepage": "https://n8n.io", |     "homepage": "https://n8n.io", | ||||||
|     "author": { |     "author": { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue