From 630788d24fa6d836d93db294f2b5d42477863545 Mon Sep 17 00:00:00 2001 From: Dominik Winter Date: Thu, 1 Dec 2016 15:12:14 +0100 Subject: [PATCH] (Release) 0.0.1 --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..efb5e08 --- /dev/null +++ b/README.md @@ -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] + + Options: + + -h, --help output usage information + -V, --version output the version number + -o, --output File to store decrypted urls in. (Default: urls.txt) +``` + +## Development + +``` +$ npm test +``` + +## Release Notes + +- ```0.0.1``` - Initial Release diff --git a/package.json b/package.json index bcd951c..76da4b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decrypt-dlc-cli", - "version": "1.0.0", + "version": "0.0.1", "description": "", "main": "lib/index.js", "bin": {