UNPKG
hereby
Version:
latest (1.11.0)
1.11.0
1.10.0
1.9.0
1.8.9
1.8.8
1.8.7
1.8.6
1.8.5
1.8.1
1.8.0
1.7.1
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A simple task runner
github.com/jakebailey/hereby
jakebailey/hereby
hereby
/
dist
/
cli.js
7 lines
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
import { main }
from
"./cli/index.js"
; import { real }
from
"./cli/utils.js"
;
async
function
run
()
{
await
main(
await
real()); }
void
run
()
;
//# sourceMappingURL=cli.js.map