Created
October 31, 2014 09:14
-
-
Save rutger1140/424698b9ad125997c812 to your computer and use it in GitHub Desktop.
Start project alias in bash file
This file contains 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
alias startproject="git clone https://github.com/lekkerduidelijk/less-template.git . && npm install && bower install && grunt build && rm -rf .git/ && s source && grunt watch" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment