Asymmetrik/node-rest-starter

View on GitHub
.husky/post-checkout

Summary

Maintainability
Test Coverage
if ! test -f config/development.js; then
    echo "config/development.js not found.  Creating from template..."
    cp config/development.template.js config/development.js
fi