This is a tool to help automate adding contributor acknowledgements according to the [all-contributors](https://github.com/kentcdodds/all-contributors) specification.
-`contribution` is a ','-separated list of ways to contribute, from the following list ([see the specs](https://github.com/kentcdodds/all-contributors#emoji-key)):
-`file`: File to write the list of contributors in. Default: 'README.md'
-`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. Default: Name of the project written in the `package.json` file (TODO).
-`imageSize`: Size (in px) of the user's avatar. Default: 100.
-`emoji`: Specify custom emoji, can override the documented emojis.