git:
	git add .
	git commit -m "$m"
	git push -u origin master

nvm:
	nvm install node
	npm install --global gulp-cli
	npm install --save-dev gulp
