mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 22:13:32 -04:00
Added the missing headers and the main setup file is now as good as complete.
This commit is contained in:
parent
f702f58bdf
commit
a9f88a275a
6 changed files with 23 additions and 0 deletions
scripts/windows/coco-dev-setup/batch
7
scripts/windows/coco-dev-setup/batch/config/finished_header.coco
Executable file
7
scripts/windows/coco-dev-setup/batch/config/finished_header.coco
Executable file
|
@ -0,0 +1,7 @@
|
|||
______ _____ _ _ _____ _____ _ _ ___________
|
||||
| ___|_ _| \ | |_ _/ ___| | | || ___| _ \
|
||||
| |_ | | | \| | | | \ `--.| |_| || |__ | | | |
|
||||
| _| | | | . ` | | | `--. \ _ || __|| | | |
|
||||
| | _| |_| |\ |_| |_/\__/ / | | || |___| |/ /
|
||||
\_| \___/\_| \_/\___/\____/\_| |_/\____/|___/
|
||||
|
7
scripts/windows/coco-dev-setup/batch/config/npm_and_brunch_header.coco
Executable file
7
scripts/windows/coco-dev-setup/batch/config/npm_and_brunch_header.coco
Executable file
|
@ -0,0 +1,7 @@
|
|||
_ _ _________ ___ ____________ _ _ _ _ _____ _ _
|
||||
| \ | || ___ \ \/ | | ___ \ ___ \ | | | \ | / __ \| | | |
|
||||
| \| || |_/ / . . | ______ | |_/ / |_/ / | | | \| | / \/| |_| |
|
||||
| . ` || __/| |\/| | |______| | ___ \ /| | | | . ` | | | _ |
|
||||
| |\ || | | | | | | |_/ / |\ \| |_| | |\ | \__/\| | | |
|
||||
\_| \_/\_| \_| |_/ \____/\_| \_|\___/\_| \_/\____/\_| |_/
|
||||
|
2
scripts/windows/coco-dev-setup/batch/scripts/npm_and_brunch_setup.bat
Executable file
2
scripts/windows/coco-dev-setup/batch/scripts/npm_and_brunch_setup.bat
Executable file
|
@ -0,0 +1,2 @@
|
|||
call print_npm_and_brunch_header
|
||||
call print_dashed_seperator
|
1
scripts/windows/coco-dev-setup/batch/scripts/print_finished_header.bat
Executable file
1
scripts/windows/coco-dev-setup/batch/scripts/print_finished_header.bat
Executable file
|
@ -0,0 +1 @@
|
|||
call print_file ..\\config\\finished_header.coco
|
|
@ -0,0 +1 @@
|
|||
call print_file ..\\config\\npm_and_brunch_header.coco
|
|
@ -26,6 +26,11 @@ call download_and_install_applications
|
|||
|
||||
call github_setup
|
||||
|
||||
call npm_and_brunch_setup
|
||||
|
||||
call print_finished_header
|
||||
call print_dashed_seperator
|
||||
|
||||
call get_local_text end-succesfull
|
||||
call get_local_text end-thankyou
|
||||
echo %end_succesfull%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue