@ts-devtools/create-ts-app

0.0.1-beta.20 • Public • Published

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

demo

Or, you can create an app by CLI args

create-ts-app name-of-project --module=esnext --target=esnext

Package Sidebar

Install

npm i @ts-devtools/create-ts-app

Weekly Downloads

0

Version

0.0.1-beta.20

License

none

Unpacked Size

65.4 kB

Total Files

30

Last publish

Collaborators

  • wangbaolong36