Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Reverse engineering JavaScript and CSS sources from sourcemaps

Notifications You must be signed in to change notification settings

lunnlew/reverse-sourcemap-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reverse-sourcemap-tool

Reverse engineering JavaScript and CSS sources from sourcemaps

Getting started

Install the reverse-sourcemap-tool command line utility globally with npm. Elevated privileges might be needed via sudo, depending on the platform. In most cases just:

npm i -g reverse-sourcemap-tool

Command line options

The output of reverse-sourcemap-tool --help pretty much covers all the options:

Usage: reverse-sourcemap-tool [options] <file|directory>

  -h, --help               Help and usage instructions
  -V, --version            Version number
  -v, --verbose            Verbose output, will print which file is currently being processed
  -o, --output-dir String  Output directory - default: .
  -M, --match String       Regular expression for matching and filtering files - default: \.(map|js|css)$
  -r, --recursive          Recursively search matching files

Version 1.0.10

About

Reverse engineering JavaScript and CSS sources from sourcemaps

Resources

Stars

Watchers

Forks

Packages

No packages published