Major updates: Create new files and folders if they do not exist
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user