Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

An important tool to find or write is one which will automatically sync your changes made locally (from the comfort of your IDE of choice) to the remote machine every time you save it.

You want to be able to iterate quickly and not have to manually run a command every time you want to sync changes. It's also a huge help to tie this into a way to run the unit tests for files which have been changed so you can get feedback and quickly as possible.

Ideally, everything should be made so automatic that you barely even notice the code isn't running on your machine.



For this i combine entr and rsync




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: