#!/usr/bin/env sh if [[ ! -d "$INIT_CWD/node_modules/@openstapps/configuration/" ]]; then exit; fi; echo "Copying .editorconfig from @openstapps/configuration to this project." cp "$INIT_CWD/node_modules/@openstapps/configuration/.editorconfig" "$INIT_CWD/.editorconfig"