Created
July 16, 2014 20:45
-
-
Save aembleton/a8d630fb097a07cb8399 to your computer and use it in GitHub Desktop.
Add Activator for Play Framework to fish command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function activator | |
~/Downloads/activator-1.2.3-minimal/./activator $argv | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add Activator for Play Framework to fish command line
Now if you open a fish terminal you can call
activator new
and it will go through the process of letting you create a new play app.