rill
rill copied to clipboard
Replace all shell scripts with node scripts
To enable easier development and installation on Windows, we should migrate all of our bash script to node scripts, since bash is not available on Windows and node takes care of a lot of the cross platform compatibility stuff. Related to #211