1.0.10 • Published 2 years ago
carefree-c v1.0.10
把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.