JSPM

@mischback/buster

0.0.1-alpha-2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 41
  • Score
    100M100P100Q55812F
  • License MIT

buster is a tool to support cache busting for static assets of a website.

Package Exports

  • @mischback/buster
  • @mischback/buster/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mischback/buster) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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