@mischback/buster
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha-2 • Public • Published

buster

npm (scoped) install size

GitHub package.json version (development) GitHub branch checks state Coverage Status code style: prettier 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.

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.

License

MIT

Package Sidebar

Install

npm i @mischback/buster

Weekly Downloads

4

Version

0.0.1-alpha-2

License

MIT

Unpacked Size

42.7 kB

Total Files

39

Last publish

Collaborators

  • mischback