Echo JS 0.11.0

<~>

hanifbbz@gmail.com 1633 days ago. link 1 point
In our organization we have multiple repos but some files need to be manually synced between them like: `.eslintrc`, `commit-message-validator.js`, etc.
We could use github submodules or any of the other fancy mechanisms, but copy/paste have been the king.
This little CLI allows us to set a source repo and copy the files in any other repository. It's not perfect, but it does the job.
Feedback is welcome.