Skip to content

Commit 9f7a8e6

Browse files
author
Greg Bowler
committed
Add bin file
1 parent d930c04 commit 9f7a8e6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

bin/build

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env php
2+
<?php
3+
require(__DIR__ . "/../vendor/autoload.php");
4+
array_shift($argv);
5+
call_user_func_array([Gt\Build\BuildRunner::class, "run"],$argv);

composer.json

+4
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,9 @@
2222
"psr-4": {
2323
"Gt\\Build\\Test\\": "./test/unit"
2424
}
25+
},
26+
27+
"bin": {
28+
"bin/build"
2529
}
2630
}

0 commit comments

Comments
 (0)