cannawen / metric_units_reddit_bot

Reddit bot converting imperial units to metric units
https://www.reddit.com/user/metric_units
GNU General Public License v3.0
78 stars 34 forks source link

Improve add-myself-to-contributors flow and docs #62

Closed rafd closed 6 years ago

rafd commented 6 years ago

Having all-contributors-cli in package.json does not add it as a command-line scrip; it would need to be installed as a separate step with --global (which is generally discouraged anyway).

This PR makes two notable changes:

  1. adds an all-contributors script to package.json so that it can be run by doing: npm run all-contributors plus any args (this will always use the all-contributors-cli package from the local npm_modules directory)
  2. improves the relevant section in CONTRIBUTING.md