0.1.3 • Published 4 years ago

fire-tools v0.1.3

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

fire-tools 🔥

对于一些React / JS / TS 项目,进行一些编译,打包等工作

参考 antd-tools


fire-tools fire-tools version npm download

使用

# 下载

npm install -g fire-tools

命令支持

  • fire-tools run compile 编译
  • fire-tools run dist 打包
  • fire-tools run clean 清除打包文件 -f _site
  • fire-tools run ts-lint ts规范检查
  • fire-tools run ts-lint-fix ts规范检查,并修复

输出

  • lib:支持到ES5
  • es:支持ES6
  • dist:压缩文件

文档