Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuz authored Jul 29, 2016
1 parent 1d63237 commit c745612
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# restore-source-tree
Restores file structure from source map
Restores file structure from source map (only Webpack source map files supported)

## Usage

```sh
> npm i -g restore-source-tree

> restore-source-tree --out-dir <OUT_DIR> <FILE>
```

0 comments on commit c745612

Please sign in to comment.