JSPM

compiler

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 197
  • Score
    100M100P100Q70110F

a web compile tool

Package Exports

  • compiler

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (compiler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Web 项目编译脚本,可以方便的进行文件合并、代码压缩、自动合图等功能

利用linux强大的管道命令“|”的理念,可以把多种命令串联/并联起来,实现更复杂的需求

如果仍不能满足需求,也可以很方便添加自定义插件

并且其他任何语言写的脚本,都能很容易的移植过来

特性

1. 强大的管道理念

2. 插件化的脚本

3. 简单的移植适配能力