Update README.md

This commit is contained in:
FantasyPvP
2023-09-01 02:43:54 +01:00
committed by GitHub
parent 5b45962820
commit 52c914d15c
+17 -2
View File
@@ -1,8 +1,23 @@
# pack deployer # 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 ## use cases
this may be useful if you regularly create resourcepacks and want to organise your projects in different folders. 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
## 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