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

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.

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