generator:
	npm install
	git init
	git add -A
	git remote add origin https://thisandagain@github.com/thisandagain/troll

.PHONY: generator