Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 554 Bytes

File metadata and controls

25 lines (14 loc) · 554 Bytes

sourcerer

sourcerer is a cli tool to get a website's source code from its source maps written in go

usage

sourcerer [dir] [...urls]

the url can either be html, css, javascript, or a source map json

output will be in the folder named the name argument

report bugs in the issues ♥

how it work

html to javascript and css

javascript to source map json

css to source map json

source map json to original files