Files
decrypt-dlc-cli/README.md
Dominik Winter e5fad1df74 release / 1.0.3
2020-03-14 12:33:32 +01:00

61 lines
1.1 KiB
Markdown
Executable File

# 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](#installation)
- [Usage](#usage)
- [Development](#development)
- [Release Notes](#release-notes)
- [Related](#related)
## 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](https://www.npmjs.com/package/minimist) to `^1.2.2`
- ```1.0.2```
- Update [acorn](https://www.npmjs.com/package/acorn) to `^6.4.1`
- ```1.0.0```
- Release
- ```0.1.0```
- Add the new API-Usage from [decrypt-dlc](https://github.com/sydev/decrypt-dlc)
- Add more endpoints
- Add more test cases
- ```0.0.1``` - Initial Release
## Related
[decrypt-dlc](https://github.com/sydev/decrypt-dlc)