synka
v1.0.1
Published
A simple cli tool to sync files across projects by setting a configure file with a source file and output paths.
Readme
Synka
A simple cli tool to sync files across projects by setting a configure file with a source file and output paths.
//sync.config.json
{
"sync": [
{
"source": "<Path to source file>",
"outputs": ["<Paths to output files>"]
}
]
}