-
-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update readme with toc and list of templates (#355)
Co-authored-by: Fran Méndez <[email protected]>
- Loading branch information
Showing
15 changed files
with
26,852 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
{ | ||
"projectName": "generator", | ||
"projectOwner": "asyncapi", | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"files": [ | ||
"README.md" | ||
], | ||
"imageSize": 100, | ||
"commit": false, | ||
"commitConvention": "none", | ||
"contributors": [ | ||
{ | ||
"login": "fmvilas", | ||
"name": "Fran Méndez", | ||
"avatar_url": "https://avatars3.githubusercontent.com/u/242119?v=4", | ||
"profile": "http://www.fmvilas.com", | ||
"contributions": [ | ||
"question", | ||
"bug", | ||
"code", | ||
"doc", | ||
"ideas", | ||
"maintenance", | ||
"plugin", | ||
"review", | ||
"test", | ||
"tutorial" | ||
] | ||
}, | ||
{ | ||
"login": "jonaslagoni", | ||
"name": "Jonas Lagoni", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/13396189?v=4", | ||
"profile": "https://github.com/jonaslagoni", | ||
"contributions": [ | ||
"question", | ||
"bug", | ||
"code", | ||
"doc", | ||
"ideas", | ||
"plugin", | ||
"review", | ||
"test" | ||
] | ||
}, | ||
{ | ||
"login": "derberg", | ||
"name": "Lukasz Gornicki", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/6995927?v=4", | ||
"profile": "https://resume.github.io/?derberg", | ||
"contributions": [ | ||
"question", | ||
"bug", | ||
"blog", | ||
"code", | ||
"doc", | ||
"ideas", | ||
"maintenance", | ||
"plugin", | ||
"review", | ||
"test", | ||
"tutorial", | ||
"infra" | ||
] | ||
}, | ||
{ | ||
"login": "treeder", | ||
"name": "Travis Reeder", | ||
"avatar_url": "https://avatars3.githubusercontent.com/u/75826?v=4", | ||
"profile": "https://twitter.com/treeder", | ||
"contributions": [ | ||
"infra", | ||
"doc" | ||
] | ||
}, | ||
{ | ||
"login": "Tenischev", | ||
"name": "Semen", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/4137916?v=4", | ||
"profile": "https://github.com/Tenischev", | ||
"contributions": [ | ||
"bug", | ||
"code", | ||
"doc", | ||
"ideas", | ||
"plugin", | ||
"review", | ||
"test" | ||
] | ||
}, | ||
{ | ||
"login": "WaleedAshraf", | ||
"name": "Waleed Ashraf", | ||
"avatar_url": "https://avatars0.githubusercontent.com/u/8335457?v=4", | ||
"profile": "https://waleedashraf.me/", | ||
"contributions": [ | ||
"code", | ||
"bug" | ||
] | ||
} | ||
], | ||
"contributorsPerLine": 3 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
output | ||
node_modules | ||
templates/html/js/highlight.min.js | ||
templates/nodejs/src/ | ||
templates/nodejs-ws/src/ | ||
.github/templates-list-validator/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Templates List Validator | ||
|
||
Simple action that runs to check with GitHub API official list of templates and inform about the change. | ||
It indicates where lists of templates must be update to have latest state. | ||
|
||
## Development | ||
|
||
To try action locally, run the following: | ||
``` | ||
GITHUB_TOKEN=your-token npm run start | ||
``` | ||
|
||
After every change in dependencies or code you need to generate a new bundle for the GitHub Action: | ||
``` | ||
npm run package | ||
``` |
Oops, something went wrong.