1.0.1 • Published 5 years ago
synka v1.0.1
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>"]
    }
  ]
}