Skip to content

Instantly share code, notes, and snippets.

@honewatson
Last active December 19, 2017 20:50
Show Gist options
  • Save honewatson/efd5c17086664d270e165000927d1de6 to your computer and use it in GitHub Desktop.
Save honewatson/efd5c17086664d270e165000927d1de6 to your computer and use it in GitHub Desktop.
Watcher environment for Nim
npm install -g chokidar-cli
nim c --run <name_of_entry>.nim
chokidar '*.nim' -c 'killall -9 <name_of_entry>; nim c --run <name_of_entry>.nim'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment