UNPKG
@hypermode/modus-cli
Version:
alpha (0.16.6-alpha.1)
latest (0.18.2)
test (0.13.0-test.8)
0.18.2
0.18.1
0.18.0
0.17.4
0.17.3
0.17.2
0.17.1
0.17.0
0.16.6
0.16.6-alpha.1
0.16.5
0.16.5-alpha.1
0.16.4
0.16.2
0.16.1
0.16.0
0.15.0
0.14.0
0.13.10
0.13.9
0.13.8
0.13.7
0.13.6
0.13.5
0.13.4
0.13.3
0.13.2
0.13.2-alpha.2
0.13.2-alpha.1
0.13.1
0.13.0
0.13.0-test5
0.13.0-test.8
0.13.0-test.7
0.13.0-test.6
0.13.0-test.5
0.13.0-test.4
The Modus CLI
github.com/hypermodeinc/modus
hypermodeinc/modus
@hypermode/modus-cli
/
bin
/
modus.js
5 lines
(3 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
#!/usr/bin/env node
import
{ execute }
from
"@oclif/core"
;
await
execute
({
dir
:
import
.
meta
.
url
});