@ts-devtools/create-ts-app
v0.0.1-beta.20
Published
create a ts app for you
Downloads
2
Maintainers
Readme
create-ts-app
Introduction
Create a app for you, with Typescript
, father
(a build tool) and vitest
,
support both of ESM
and CommonJS
.
Installation and Usage
npm install --global @ts-devtools/create-ts-app
create-ts-app --help
Usage:
$ create-ts-app [OPTION]... [NAME]
Options:
-m, --module <module> module type
-t, --target <target> target
-h, --help Display this message
-v, --version Display version number
Create an app by prompt(recommended)
create-ts-app
Or, you can create an app by CLI args
create-ts-app name-of-project --module=esnext --target=esnext