Skip to content

Commit

Permalink
docs: update readme with toc and list of templates (#355)
Browse files Browse the repository at this point in the history
Co-authored-by: Fran Méndez <[email protected]>
  • Loading branch information
derberg and fmvilas authored May 27, 2020
1 parent 1c42bc7 commit e6525dc
Show file tree
Hide file tree
Showing 15 changed files with 26,852 additions and 190 deletions.
104 changes: 104 additions & 0 deletions .all-contributorsrc
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
}
4 changes: 1 addition & 3 deletions .eslintignore
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
16 changes: 16 additions & 0 deletions .github/templates-list-validator/README.md
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
```
Loading

0 comments on commit e6525dc

Please sign in to comment.