New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

watchlessc

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watchlessc

monit files or directories and compile less file

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

watchlessc 监控文件夹内less文件的变化并自动编译。

Installation

Install it as a command line tool via npm -g.

Depend on less in global.

npm install less -g
npm install watchlessc -g

Execution

$ watchlessc
// or with directory
$ watchlessc -d /home/less
// or start it with a target directory
$ watchlessc -d /home/less -t /home/target

Help

$ watchlessc --help
Usage:
  watchlessc --help // print help information
  watchlessc // current directory as default
  watchlessc -d /home/less // watch a directory
  watchlessc -d /home/less -t /home/target // watch a directory and output to a target directory

License

The MIT license.

Keywords

watch-less

FAQs

Package last updated on 28 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts