UNPKG
foalts2-cli
Version:
latest (2.12.0)
2.12.0
CLI tool for FoalTS
github.com/FoalTS
FoalTS/foal
foalts2-cli
/
lib
/
generate
/
generators
/
app
/
create-app.d.ts
8 lines
(7 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
function
createApp
(
{ name, autoInstall, initRepo, mongodb, yaml }: { name:
string
; autoInstall?:
boolean
; initRepo?:
boolean
; mongodb?:
boolean
; yaml?:
boolean
; }
):
Promise
<
void
>;