Skip to content

Commit aece5a6

Browse files
authoredNov 11, 2018
Merge pull request #680 from tomee03/op-app
Added Openplatform empty project command to totaljs bin file.
2 parents 98eb266 + 48a7b09 commit aece5a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎bin/totaljs

+5
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,11 @@ function main() {
557557
return;
558558
}
559559

560+
if (cmd === '-openplatform-app' || cmd === 'openplatform-app') {
561+
git(dir, 'openplatform-application');
562+
return;
563+
}
564+
560565
if (cmd === '-flow' || cmd === 'flow') {
561566
git(dir, 'emptyproject-flow');
562567
return;

0 commit comments

Comments
 (0)
Please sign in to comment.