@whaaaley/parcel-source-map-cli

0.5.0 • Public • Published

parcel-source-map-cli

Unofficial CLI for @parcel/source-map

This is a super minimal CLI wrapper around @parcel/source-map to make it a bit easier to merge source maps together on the fly.

Make sure to give @parcel/source-map a star. The fact that a group of developers is finally working on a fast source map package with a decent API is amazing. Despite being in alpha it's already game changing.

Usage

If stdin is present it will be used as the primary source map. If no --out flag is present then output is sent to stdout.

# simple usage
parcel-source-map --map foo.js.map --map bar.js.map --out app.js.map

# advanced usage
cat foo.js.map | parcel-source-map --map bar.js.map > app.js.map

Readme

Keywords

none

Package Sidebar

Install

npm i @whaaaley/parcel-source-map-cli

Weekly Downloads

0

Version

0.5.0

License

ISC

Unpacked Size

3.78 kB

Total Files

5

Last publish

Collaborators

  • whaaaley