Created
December 5, 2017 11:31
-
-
Save sankars/1e096161d65e0adc4981223d65906db2 to your computer and use it in GitHub Desktop.
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
activator --version | |
## use java template for generating java project layout | |
activator new foo_java play-java | |
## use scala template for generating scala project layout | |
activator new foo_scala play-scala | |
######### Run interactive commands ##################### | |
activator | |
activator "~run" ## start with hot reloading | |
activator "run 9001" | |
compile | |
########################################################3 | |
activator compile | |
activator run | |
activator eclipse | |
activator idea | |
activator clean dependencies ## update dependencies |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment