carefree-c

1.0.10 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i carefree-c

Weekly Downloads

9

Version

1.0.10

License

MIT

Unpacked Size

34.2 kB

Total Files

33

Last publish

Collaborators

  • sunluxy