buster is a tool to support cache busting for static assets of a website.
npm install @mischback/buster!npm (scoped)

!GitHub package.json version (development)
!GitHub branch checks state


!GitHub License
buster is a tool to support _cache busting_ for static assets of a website.
_buster_ will hash the file's content and append the hash to the filename,
providing a manifest file to match the orginal filename to the new one.
_buster_ is out of maintenance until further notice.
There will be no additional features, and no bugfixes. If you're interested
in taking over this project, you may use GitHub to get in touch (e.g. by
posting an issue in this repository).
Just install _buster_ from npm:
``bash`
npm install --save-dev @mischback/buster
Most likely you will want to install it as a development dependency for internal
usage.
After installation, _buster_ is available using the following command:
`bash``
npx buster
Issues, pull requests and feature requests are welcome. Just use the project's
issue tracker.
_buster_ is implemented in TypeScript and compiled/transpiled to actual JavaScript
on release.