This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # storm-extract | |
| A tool to list and extract files from the Heroes of the Storm CASC (Content | |
| Addressable Storage Container) archives. | |
| This package is BOTH a command-line application AND a NodeJS add-on module! You | |
| can compile this project as a command-line application if you just need some | |
| basic functionality. You may also compile this as a NodeJS module if you need | |
| to access the data programmatically. |