mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 13:36:29 +00:00
Add empty list of contributors
This commit is contained in:
parent
01a6837485
commit
97166a729e
2 changed files with 16 additions and 4 deletions
15
README.md
15
README.md
|
@ -59,3 +59,18 @@ These are the keys you can specify:
|
|||
- `owner`: Name of the user the project is hosted by. Example: `jfmengels/all-contributor-cli` --> `jfmengels`. By default will be parsed from the repo's homepage in `package.json` (TODO).
|
||||
- `project`: Name of the project. Example: `jfmengels/all-contributor-cli` --> `all-contributor-cli`. Default: Name of the project written in the `package.json` file (TODO).
|
||||
- `template`: Define your own contributor template. Please read the code to see what you can define (**warning**: not sure it will work well after several tries).
|
||||
|
||||
|
||||
## Contributors
|
||||
|
||||
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
|
||||
|
||||
Contributor | Contributions
|
||||
:---: | :---:
|
||||
|
||||
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification.
|
||||
Contributions of any kind welcome!
|
||||
|
||||
## LICENSE
|
||||
|
||||
MIT
|
||||
|
|
|
@ -33,10 +33,7 @@
|
|||
"all-contributors": {
|
||||
"projectOwner": "jfmengels",
|
||||
"projectName": "all-contributors-cli",
|
||||
"imageSize": 100,
|
||||
"emoji": {
|
||||
"cheerful": ":smiley:"
|
||||
}
|
||||
"imageSize": 100
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^0.12.0"
|
||||
|
|
Loading…
Reference in a new issue