delphimvcframework/contrib/get-sempare-template-engine.bat

13 lines
314 B
Batchfile
Raw Normal View History

@echo off
echo This relies on the git command line to clone the Sempare Template Engine into this directory
echo .
echo This will checkout the Sempare Template engine into ..\lib\sempare-delphi-template-engine
echo .
pause
cd ..\lib
git clone https://github.com/sempare/sempare-delphi-template-engine.git
pause