Skip to content

Instantly share code, notes, and snippets.

@nelstrom
Created February 12, 2015 08:50
Show Gist options
  • Save nelstrom/bad87744112f86b3211e to your computer and use it in GitHub Desktop.
Save nelstrom/bad87744112f86b3211e to your computer and use it in GitHub Desktop.
Instead of running `:!ember g model blah`, use `:Ember g model blah`.
command! -nargs=* Ember :echo system('ember <args>')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment