Changes from work laptop

This commit is contained in:
Martin Donnelly 2021-11-19 16:12:27 +00:00
parent b8fbadb580
commit b85da4c8b8
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
function appBoilerplate(){
git clone -b boilerplates --depth=1 git@gitlab.dev.fsbtech.com:frontend/whitelabel-utils.git boilerplates \
&& cp -r boilerplates/core_app/ ./$1_app || rm -rf boilerplates \
&& rm -rf boilerplates \
&& for i in $1_app/*genericAppName* ; do mv "$i" "${i/genericAppName/$1}" ; done \
}

View File

@ -197,4 +197,4 @@
insteadOf = "gist:"
[user]
name = Martin Donnelly
email = martind2000@gmail.com
email = martin@fsbtech.com