Changes from work laptop
This commit is contained in:
parent
b8fbadb580
commit
b85da4c8b8
6
shell_dotfiles/_functions
Normal file
6
shell_dotfiles/_functions
Normal 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 \
|
||||
}
|
@ -197,4 +197,4 @@
|
||||
insteadOf = "gist:"
|
||||
[user]
|
||||
name = Martin Donnelly
|
||||
email = martind2000@gmail.com
|
||||
email = martin@fsbtech.com
|
||||
|
Loading…
Reference in New Issue
Block a user