Skip to content

Commit 40a1d2e

Browse files
author
Deborah
authored
Merge pull request #30 from n8n-io/readme-template
readme template draft
2 parents 231c29c + 9fbef7d commit 40a1d2e

File tree

4 files changed

+55
-2
lines changed

4 files changed

+55
-2
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ trim_trailing_whitespace = true
1212
indent_style = space
1313
indent_size = 2
1414

15+
[*.md]
16+
trim_trailing_whitespace = false
17+
1518
[*.yml]
1619
indent_style = space
1720
indent_size = 2

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright <YEAR> <COPYRIGHT HOLDER>
1+
Copyright 2022 n8n
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ These are the basic steps for working with the starter. For detailed guidance on
3434
6. Update the `package.json` to match your details.
3535
7. Run `npm run lint` to check for errors or `npm run lintfix` to automatically fix errors when possible.
3636
8. Test your node locally. Refer to [Run your node locally](https://docs.n8n.io/integrations/creating-nodes/test/run-node-locally/) for guidance.
37-
9. [Publish](https://docs.npmjs.com/packages-and-modules/contributing-packages-to-the-registry) your package to npm.
37+
9. Replace this README with documentation for your node. Use the [README_TEMPLATE](README_TEMPLATE.md) to get started.
38+
10. Update the LICENSE file to use your details.
39+
11. [Publish](https://docs.npmjs.com/packages-and-modules/contributing-packages-to-the-registry) your package to npm.
3840
3941
## More information
4042

README_TEMPLATE.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# n8n-nodes-_node-name_
2+
3+
This is an n8n community node. It lets you use _app/service name_ in your n8n workflows.
4+
5+
_App/service name_ is _one or two sentences describing the service this node integrates with_.
6+
7+
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
8+
9+
[Installation](#installation)
10+
[Operations](#operations)
11+
[Credentials](#credentials) <!-- delete if no auth needed -->
12+
[Compatibility](#compatibility)
13+
[Usage](#usage) <!-- delete if not using this section -->
14+
[Resources](#resources)
15+
[Version history](#version-history) <!-- delete if not using this section -->
16+
17+
## Installation
18+
19+
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
20+
21+
## Operations
22+
23+
_List the operations supported by your node._
24+
25+
## Credentials
26+
27+
_If users need to authenticate with the app/service, provide details here. You should include prerequisites (such as signing up with the service), available authentication methods, and how to set them up._
28+
29+
## Compatibility
30+
31+
_State the minimum n8n version, as well as which versions you test against. You can also include any known version incompatibility issues._
32+
33+
## Usage
34+
35+
_This is an optional section. Use it to help users with any difficult or confusing aspects of the node._
36+
37+
_By the time users are looking for community nodes, they probably already know n8n basics. But if you expect new users, you can link to the [Try it out](https://docs.n8n.io/try-it-out/) documentation to help them get started._
38+
39+
## Resources
40+
41+
* [n8n community nodes documentation](https://docs.n8n.io/integrations/community-nodes/)
42+
* _Link to app/service documentation._
43+
44+
## Version history
45+
46+
_This is another optional section. If your node has multiple versions, include a short description of available versions and what changed, as well as any compatibility impact._
47+
48+

0 commit comments

Comments
 (0)