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 +*/