Based on the docs at https://www.neonious.com/lowjs/lowsync-doc/commands/commands/init.html and https://www.neonious.com/lowjs/lowsync-doc/index.html, it states that the config file will be created current working directory.
On OSX it defaults to home directory, not cwd, with syncDir path relative to home.
It would be great if lowsync init could generate lowsync.config.json in cwd and syncDir path relative to config file.
Maybe a lowsync -f --file option also could be used to sync several devices with same syncDir path?