Purge Github Image Cache for Readme Badges 🚿
Use this if you want to automatically purge the Github Image Cache for your Readme Badges in your Build Process.
In your Node.js project do:
npm install --save-dev camo-purge
You can supply a repository url via the --repository
option. If you omit that option camo-purge will try to find the
repository url in your projects package.json
.
You can then e.g. just prepend camo-purge ;
to your npm test script.
MIT Copyright (c) 2017 Sebastian Raff