From 52c914d15c472c7e8830d7dc60c5d0ac2642f791 Mon Sep 17 00:00:00 2001 From: FantasyPvP <80643031+FantasyPvP@users.noreply.github.com> Date: Fri, 1 Sep 2023 02:43:54 +0100 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 093f616..a31e36b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,23 @@ # pack deployer -- a simple utility to automatically archive and move your resourcepacks into a folder. +- a simple command line utility to automatically archive and move your resourcepacks into a folder. ## use cases this may be useful if you regularly create resourcepacks and want to organise your projects in different folders. -the utility recursively scans directories in the project folder and organises packs into a folder \ No newline at end of file + +## features +- the utility recursively scans directories in the project folder and organises packs into a folder + +## planned features + +- reading directory locations to sync packs to from a config file (currently the config part of the code doesn't do anything useful) +- pack repository support (i'm thinking something along the lines of a basic package manager where you can install from a URL or repository) + - downloading packs + - publishing / hosting your own packs with sharable URL's (so like a basic webserver kinda thing) +- auto setup: when the app runs for the first time it will do the following + - ask you to input your resourcepacks folder location + - ask for a projects folder location + - move all of your resourcepacks to your projects folder + - create a shortcut in resourcepacks to your _resourcepacks dir in the deployment folder + - from there the app will uatomatically add new packs to your folder as you download them like a package manager