Nodemon Watch File Run Command

// nodemon watch for file changes and run command

nodemon --watch 'src/**/*' --exec "command"
codeAesthetic