sarc-extractor

1.0.3 • Public • Published

sarc-extractor

sarc-extractor is an npm package that extracts file(s) from SARC file.

Installation

npm version

npm i sarc-extractor

Usage

The file(s) extracted from the SARC file will be output to to the same directory as the SARC file.

const sarcExtractor = require('sarc-extractor');
const extractedFileList = sarcExtractor.extract('<SARC file path>');

Example

const sarcExtractor = require('sarc-extractor');
const extractedFileList = sarcExtractor.extract('/home/foo/bar.sarc');
// --> output ["/home/foo/bar/baz.msbt", "/home/foo/bar/qux.msbt"]

npm run

npm run extract -- <SARC file path>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    0
  • 1.0.1
    0

Package Sidebar

Install

npm i sarc-extractor

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

6.19 kB

Total Files

6

Last publish

Collaborators

  • furi-j