An open API service indexing awesome lists of open source software.

https://github.com/georift/source-map-to-source

CLI tool to extract the source files from inside a source map
https://github.com/georift/source-map-to-source

Last synced: 8 months ago
JSON representation

CLI tool to extract the source files from inside a source map

Awesome Lists containing this project

README

          

## source-map-to-source

Small cli tool to extract the original source code from a source map file.

### Usage
```
npx source-map-to-source
```

Files will be output to a directory along side with the name `./-sources/`,
but this can be configured with `--output` if required.