https://github.com/hobbyquaker/camo-purge
Purge Github Image Cache for Readme Badges :octocat::shower:
https://github.com/hobbyquaker/camo-purge
badges build cache camo clear github images purge readme
Last synced: 30 days ago
JSON representation
Purge Github Image Cache for Readme Badges :octocat::shower:
- Host: GitHub
- URL: https://github.com/hobbyquaker/camo-purge
- Owner: hobbyquaker
- License: mit
- Created: 2017-04-21T11:28:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T14:21:27.000Z (over 8 years ago)
- Last Synced: 2025-04-12T04:41:21.399Z (8 months ago)
- Topics: badges, build, cache, camo, clear, github, images, purge, readme
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# camo-purge
[](http://badge.fury.io/js/camo-purge)
[](https://gemnasium.com/github.com/hobbyquaker/camo-purge)
[](https://travis-ci.org/hobbyquaker/camo-purge)
[](https://github.com/sindresorhus/xo)
[![License][mit-badge]][mit-url]
> Purge Github Image Cache for Readme Badges :shower: :octocat:
Use this if you want to automatically purge the Github Image Cache for your Readme Badges in your Build Process.
## Usage
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.
## License
MIT Copyright (c) 2017 Sebastian Raff
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg?style=flat
[mit-url]: LICENSE