mirror of
https://github.com/sydev/decrypt-dlc-cli
synced 2026-01-03 00:08:01 +00:00
dependabot/npm_and_yarn/glob-parent-5.1.2
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.0...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
decrypt-dlc-cli
Decrypt DLC files with http://dcrypt.it/. Thanks to these awesome guys for the permission to write this module :)
Table of Contents
Installation
$ npm install -g decrypt-dlc-cli
Or if you prefer yarn:
$ yarn global add decrypt-dlc-cli
Usage
Usage: decrypt-dlc [options] <file>
Options:
-h, --help output usage information
-V, --version output the version number
-o, --output <file> File to store decrypted urls in. (Default: urls.txt)
Development
$ npm test
Release Notes
1.0.3- Update minimist to
^1.2.2
- Update minimist to
1.0.2- Update acorn to
^6.4.1
- Update acorn to
1.0.0- Release
0.1.0- Add the new API-Usage from decrypt-dlc
- Add more endpoints
- Add more test cases
0.0.1- Initial Release
Related
Description
Languages
JavaScript
100%