Skip to content

Instantly share code, notes, and snippets.

@rutger1140
Created October 31, 2014 09:14
Show Gist options
  • Save rutger1140/424698b9ad125997c812 to your computer and use it in GitHub Desktop.
Save rutger1140/424698b9ad125997c812 to your computer and use it in GitHub Desktop.
Start project alias in bash file
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