JSPM

lesstofile

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q14987F
  • License ISC

less to file

Package Exports

    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 (lesstofile) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    lessToFile

    开始

    npm i -g lesstofile

    介绍

    • 支持监听目录 less文件 输出 wxss文件或自定义文件后缀名
    • 支持@import引入的文件 改动 当前文件父文件也编译
    Description: less to file
    
    Usage: lesstofile [options] [entry]
    
        -d --dist: 目标目录
    
        -i --init: 是否初始编译 default=false
    
        -e --ext: 生成的后缀名 default=wxss
    
        -w --watch: 是否监听目录 default=true
    
        -h --help: 查看帮助

    eg:

    lesstofile -d lessdir