Task Checklist - Real-Skill/support GitHub Wiki

#Unneeded dependencies Make sure your task does not download libraries that it is not using actually

#npm test Should evaluate to grunt verify --force

#package.json Do not provide repository as it makes it easier to find solution. Mark module as private.

#branch name Make sure branch name is something meaningful and reflects tasks main purpose.

#Protractor config

#Coverage

#Build output Should be in /target.

#Run once vs watch

#.gitignore target/