Skip to content

Instantly share code, notes, and snippets.

@QuotableWater7
Last active November 8, 2016 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuotableWater7/77255f0829b8547d2672f51554adc653 to your computer and use it in GitHub Desktop.
Save QuotableWater7/77255f0829b8547d2672f51554adc653 to your computer and use it in GitHub Desktop.
Commands that reduce manual boilerplate

Create index file in matching directories:

find ./server/app/pq/**/mason -type d -exec touch {}/index.js \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment