Skip to content

Anthonyzou/Sourcemap-Unpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source map file unpacker

Turn a source map into its original source files. Install by running npm i -g source-map-unpacker

Usage

Usage: unmap [options]

Options:
  -p, --path <p>    input source map file
  -f, --filter <f>  filter out file names
  -o, --output <o>  output folder (default: "./")
  -h, --help        display help for command