- screenshots of scores will be posted in comments
- screenshots of completed sections will be posted in comments
| #!/bin/bash | |
| # This script assumes that you have the following installed | |
| # npm 5.2+ [https://www.npmjs.com/get-npm] | |
| # hub [https://hub.github.com/] | |
| if [ "$1" != "" ]; then | |
| echo "Generating new node project $1..." |