Skip to content

Commit 48a7b09

Browse files
author
Novak Tomas
committed
Added Openplatform empty project command to totaljs bin file.
1 parent 98eb266 commit 48a7b09

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)