Asymmetrik/ngx-starter

View on GitHub
.husky/post-checkout

Summary

Maintainability
Test Coverage
if ! test -f proxy.conf.json; then
    echo "proxy.conf.json not found.  Creating from template..."
    cp proxy.conf.template.json proxy.conf.json
fi