https://github.com/azu/restore-source-map-to-file
Restore original file from source map file.
https://github.com/azu/restore-source-map-to-file
cli sourcemap
Last synced: 8 months ago
JSON representation
Restore original file from source map file.
- Host: GitHub
- URL: https://github.com/azu/restore-source-map-to-file
- Owner: azu
- License: mit
- Created: 2020-02-05T14:23:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T14:26:22.000Z (almost 6 years ago)
- Last Synced: 2025-04-01T00:41:19.474Z (9 months ago)
- Topics: cli, sourcemap
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# restore-source-map-to-file
Restore original file from source map file.
## Install
Install with [npm](https://www.npmjs.com/):
npm install restore-source-map-to-file # not yet
## Usage
Usage
$ restore-source-map-to-file [source-map-file] --out-dir [dir]
Options
--out-dir Output dir
Examples
$ restore-source-map-to-file main.js.map --out-dir ./main-original
## Changelog
See [Releases page](https://github.com/azu/restore-source-map-to-file/releases).
## Running tests
npm test
## Contributing
Pull requests and stars are always welcome.
For bugs and feature requests, [please create an issue](https://github.com/azu/restore-source-map-to-file/issues).
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## Author
- [github/azu](https://github.com/azu)
- [twitter/azu_re](https://twitter.com/azu_re)
## License
MIT © azu