Discover Packages
github.com/bwalding/sourcemap
command
module
Version:
v0.0.0-...-af0288e
Opens a new window with list of versions in this module.
Published: Nov 21, 2024
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
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
Docker
docker build -t sourcemap:latest .
echo "https://www.example.com" | docker run -v $(PWD)/sources:/sources -i --rm sourcemap:latest
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.