Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 908 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 908 Bytes

sourcemap

Some tools that generate JS code produce "source maps". Source maps allow to restore the original source code from the minified ugly one. You can read more here:

This tool finds source maps on the given webpage and restores the application source code from it.

Build

git clone https://github.com/orsinium-labs/sourcemap.git
cd sourcemap
go build -o sourcemap .

Use

Feed URLs into stdin:

echo "https://orsinium.dev/" | ./sourcemap --output=./sources