@uppo/sourcemap-extractor
v1.0.0
Published
A command-line tool to extract source files based on a provided source map file.
Downloads
2
Readme
sourcemap-extractor
A command-line tool to extract source files based on a provided source map file.
Installation
Using npm:
npm install -g sourcemap-extractor
Using yarn:
yarn global add sourcemap-extractor
Usage
Extracting source files
sourcemap-extractor extract <map-file>
//or
sourcemap-extractor e <map-file>
If the command is successful, the tool creates an output directory in the current working directory and extracts all source files to it.
License
This project is licensed under the terms of the MIT license.