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
/
prompts.d.ts
3 lines
(2 loc)
•
181 B
TypeScript
View Raw
1
2
3
import
type
{
CLIOptions
,
ProjectOptions
}
from
"./types.js"
;
export
declare
function
promptForOptions
(
projectName
?:
string
,
existingOptions
?:
CLIOptions
):
Promise
<
ProjectOptions
>;