1.0.0 • Published 2 years ago

@uppo/sourcemap-extractor v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

sourcemap-extractor

npm version License: MIT npm npm bundle size (minified + gzip)

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.

1.0.0

2 years ago