Skip to content

Commit b2a23de

Browse files
committed
ide settings to gitigore;MIT license;update README template
1 parent 7600267 commit b2a23de

File tree

3 files changed

+39
-10
lines changed

3 files changed

+39
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.projectile
55

66
.vscode/**
7+
.idea/**
78

89
**/.DS_Store
910
**/__pycache__

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022-present wkflws developers
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
# MODNAME
22
This node provides ...
33

4-
## Node Configuration
5-
Environment variables can be set to alter functionality.
4+
## node1
65

6+
### Parameters
7+
The following parameters are available.
78
| name | required | description |
89
|-|-|-|
910

10-
## Context Properities
11-
The following context properties are available for this node.
11+
12+
### Context Properities
13+
The following context properties are required for this node.
1214
| name | required | description |
1315
|-|-|-|
1416

15-
## Node1
16-
This node does the following
17+
### Example Input
18+
```json
19+
{
20+
}
1721

18-
### Parameters
19-
The following parameters are available.
20-
| name | required | description |
21-
|-|-|-|
22+
```
23+
24+
### Example Output
25+
```json
26+
{
27+
}
28+
```

0 commit comments

Comments
 (0)