1.0.10 • Published 28 days ago

carefree-c v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
28 days ago

ts转换成js

carefree-c

▶ carefree-c --help

Usage: carefree-c <command>

Commands:

  carefree-c build [options]       Build your project once and exit.
  carefree-c watch [options]       Recompile files on changes.

Options:[build|watch]

  --entry, -e                      Specify the entry directory.
  --output, -o                     Specify the output directory.
  --es                             Convert to es.
  --preset-react                   Using the @babel/preset-react plug-in
  --files                          Single file conversion
  --only-remove-type-imports       only remove type imports 
  --disable-babel                  disable Babel
Options:

  --version, -v              Show version number
  --help, -h                 Show help

Examples:

  $ carefree-c build                           Build your project.
  $ carefree-c build --entry src               Specify the entry directory.
  $ carefree-c build --output libs             Output directory.
  $ carefree-c watch                           Disable Babel.
1.0.10

28 days ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago