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

less-cli

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

less-cli

Compile multiple less files

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

less-cli

npm travis

Compile multiple less files

Install

npm install less-cli

Usage

less-cli will compile all of the Less files it encounters (recursively) and compile a css file to the same location, with the same name.

var lessCli = require('less-cli')

lessCli('path/to/directory', function (err, files) {
  console.log(files) // => ['all.css', 'the.css', 'files.css']
})

CLI

Using as a CLI is really easy:

less-cli path/to/less/files

Contributing

Contributions welcome! Please read the contributing guidelines first.

License

ISC

Keywords

cs

FAQs

Package last updated on 13 Oct 2015

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