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:
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:
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.