recover-source
v1.0.4
Published
Unmask the secrets of your minified code with Recover-Source! This CLI breathes life back into your JS/TS source code from a directory of minified/uglified files, along with their source maps. Watch as your original files return in all their pre-compilati
Downloads
48
Maintainers
Readme
Recover-Source :mag_right: :bulb:
Recover-source is a powerful CLI tool that brings your JS/TS source code back to life :sparkles:. Given a directory with minified/uglified .js or .ts files along with their respective source map files, recover-source revives the original files as they were before compilation. Turn the unreadable into the understandable!
Installation :wrench:
npm i recover-source -g
And that's it! Recover-source is ready for action :rocket:!
Usage :video_game:
To use recover-source, simply provide it with a directoy containing minified files:
recover-source -i <path-to-directory-with-minified-files>
... and watch as the original source code springs back into existence!
For more information and a step-by-step guide, check out the full tutorial here: Reconstructing JavaScript Source Code from Source Maps
Happy code recovery! :tada: