1.0.1 • Published 5 years agoCLI
synka
Licence
MIT
Version
1.0.1
Deps
7
Size
15 kB
Vulns
0
Weekly
0
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>"]
}
]
}