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
- Host: GitHub
- URL: https://github.com/georift/source-map-to-source
- Owner: Georift
- License: mit
- Created: 2022-03-09T12:37:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T02:37:27.000Z (about 2 years ago)
- Last Synced: 2025-01-10T03:42:16.567Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.