UNPKG
create-vhs
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Create a VHS monorepo with one command.
github.com/0xZ0uk/create-vhs/tree/main
create-vhs
/
bin
/
index.js
9 lines
(6 loc)
•
130 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node
import
{ cli }
from
"../dist/cli.js"
;
cli
().
catch
(
(
error
) =>
{
console
.
error
(error); process.
exit
(
1
); });