Major updates: Create new files and folders if they do not exist

This commit is contained in:
Benjamin Toby
2024-10-16 08:29:28 +01:00
parent 727beb0760
commit 285568deb2
8 changed files with 387 additions and 167 deletions
+11 -1
View File
@@ -22,10 +22,20 @@ npm update --registry="https://git.tben.me/api/packages/Moduletrace/npm/" -g tur
## Usage
Turbo Sync requires a `JSON` file with the correct configuration. example:
```bash
turbosync ./turbosync.config.json
turbosync ./project/sync/config.json
```
However if you have a file named `turbosync.config.json` in the working directory simply run:
```bash
turbosync
```
In this case Turbo Sync will automatically look for a file named `turbosync.config.json` in the working directory for config params.
### Config File
The config file is a json file that contains all the information needed to run turbosync. Example: