mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-29 10:35:51 -05:00
7 lines
No EOL
442 B
Batchfile
Executable file
7 lines
No EOL
442 B
Batchfile
Executable file
call print_dashed_seperator
|
|
call get_local_text npm_script npm script
|
|
echo %npm_script%
|
|
|
|
echo start cmd.exe cmd /c "TITLE CodeCombat.com - mongodb database & mongod --setParameter textSearchEnabled=true --dbpath %~2">%~1\SCOCODE.bat
|
|
echo start cmd.exe cmd /c "TITLE CodeCombat.com - nodemon server & nodemon index.js">>%~1\SCOCODE.bat
|
|
echo start cmd.exe cmd /c "TITLE CodeCombat.com - brunch - live compiler & brunch w">>%~1\SCOCODE.bat |