From 9b0db464efd82f3c4238bc71b4e8929065a7e3d9 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Thu, 21 Jun 2018 12:24:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Add=20basic=20design=20idea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/index.ts b/src/index.ts index b9d3e23..adc9537 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,10 @@ console.log('Hello world!'); + +/*TODO: +- Configuration (which patch to download) + Need to install patch X for product Y, given install path Z and optionally previous version A already installed in path B. +- File download: .solidpkg, .zip, z01 +- File verify +- Show output: list of .tor files etc. (and also which of the files have changed) +- File install +*/