Skip to content

Instantly share code, notes, and snippets.

@angeloevangelista
Created January 7, 2023 12:52
Show Gist options
  • Save angeloevangelista/9d7ee6f1ba69da7adc01024a387d311d to your computer and use it in GitHub Desktop.
Save angeloevangelista/9d7ee6f1ba69da7adc01024a387d311d to your computer and use it in GitHub Desktop.
#!/bin/bash
npx nodemon --watch './**/*' --ext '.go' --signal SIGTERM --exec 'go' run ./cmd/
# or whatever creepy folder you entry point is
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment