Skip to content

Commit

Permalink
docs: setup allcontributors (#1)
Browse files Browse the repository at this point in the history
* chore: add contributor file

* docs: add contributors section

* fix: projectName
  • Loading branch information
Rossb0b committed Aug 14, 2021
1 parent e088174 commit eea5343
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [],
"contributorsPerLine": 7,
"projectName": "fs-walk",
"projectOwner": "NodeSecure",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,23 @@ const javascriptFiles = [...walkSync("./someDirectory", { extensions: new Set(["
console.log(javascriptFiles);
```


## Contributors ✨

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->


<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

## License
MIT

0 comments on commit eea5343

Please sign in to comment.