mirror of
https://github.com/sydev/decrypt-dlc-cli
synced 2026-01-06 17:58:02 +00:00
(Release) 0.0.1
This commit is contained in:
45
README.md
Normal file
45
README.md
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
# 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)
|
||||||
|
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
|
- ```0.0.1``` - Initial Release
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "decrypt-dlc-cli",
|
"name": "decrypt-dlc-cli",
|
||||||
"version": "1.0.0",
|
"version": "0.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
Reference in New Issue
Block a user