npm.io
0.3.30 • Published 5 months ago

static-file-mapper

Licence
MIT
Version
0.3.30
Deps
0
Size
6 kB
Vulns
0
Weekly
0
Stars
137

npm version

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();

Keywords