Static File Mapper
Helps with managing static files for frontend deployments.
This utility has been developed for the Goldstack starter project builder. Check it out for starting your next project
Installation
npm install static-file-mapper
Usage
This library helps tracking paths to generated static files for deployment bundles.
import { createStaticFileMapper } from 'static-file-mapper';
// Example usage
const mapper = createStaticFileMapper();