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
/
dist
/
installer.d.ts
3 lines
(2 loc)
•
150 B
TypeScript
View Raw
1
2
3
import
type
{
ProjectOptions
}
from
"./types.js"
;
export
declare
function
createProject
(
projectName
:
string
,
options
:
ProjectOptions
):
Promise
<
void
>;