Skip to content

Instantly share code, notes, and snippets.

@skylerto
Created September 19, 2016 16:48
Show Gist options
  • Save skylerto/55036f4e4f7a63d7cb7ea2801747ce3b to your computer and use it in GitHub Desktop.
Save skylerto/55036f4e4f7a63d7cb7ea2801747ce3b to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
ctags = %x(ctags -R -f ./.git/tag ./src)
lint = %x(npm run lint)
puts ctags
puts lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment