@mischback/buster
v0.0.1-alpha-2
Published
buster is a tool to support cache busting for static assets of a website.
Downloads
50
Maintainers
Readme
buster
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.
Out of Maintanence
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).
Installation
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.
Usage
After installation, buster is available using the following command:
npx buster
Configuration
Contributing
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.