UNPKG
foalts2-cli
Version:
latest (2.12.0)
2.12.0
CLI tool for FoalTS
github.com/FoalTS
FoalTS/foal
foalts2-cli
/
lib
/
generate
/
utils
/
index.d.ts
5 lines
(4 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
export
{ initGitRepo }
from
'./init-git-repo'
;
export
{ rmDirAndFilesIfExist }
from
'./rm-dir-and-files-if-exist'
;
export
{ mkdirIfDoesNotExist }
from
'./mkdir-if-does-not-exist'
;
export
{ getNames }
from
'./get-names'
;