Registry / devops / ljr-cli

ljr-cli

JSON →
library1.0.17jsnpmunverified

ljr-cli is a command-line tool (v1.0.17) that serves as a convenience wrapper for Less CSS compilation and watching. It requires global installations of `less` and `less-watch-compiler`. Limited functionality and niche use case; primarily a meta-package or personal scaffolding tool. Release cadence unknown; appears inactive with basic features. Differentiator: minimal dependency setup for Less workflows, but offers little beyond standard tooling.

npm install ljr-cli
INSTALL
IMPORT
SIG · LJR-CLI
L
ljr-cli
devopsjavascriptv1.0.17
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Installs required global tools and runs ljr-cli to compile and watch Less files.

npm install -g less npm install -g less-watch-compiler npm install -g ljr-cli # Compile and watch: ljr-cli src/less dist/css
ljr-cli --version
Debug
Known issues
gotchaRequires Node >=20.19.0 or >=22.12.0 due to engine specification. Older Node versions will fail to install.
fix
Upgrade Node to ^20.19.0 or ^22.12.0.
affects: 1.0.17
gotchaljr-cli has no documented options or help flag. Its behavior is inferred solely from its name and dependencies.
fix
Review source code or use alternative Less compilers with proper documentation.
affects: <2.0
deprecatedless-watch-compiler is unmaintained and may have compatibility issues with modern Less versions.
fix
Use less-watch-compiler alternatives like 'less' built-in watch or chokidar-cli.
affects: *
Errors
Common errors & fixes
Error: Cannot find module 'less'
less is not installed globally.
fix
Run `npm install -g less` before using ljr-cli.
Error: Cannot find module 'less-watch-compiler'
less-watch-compiler is not installed globally.
fix
Run `npm install -g less-watch-compiler` before using ljr-cli.
Upgrade
Version history
1.0.17latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ljr-cli — npm install ljr-cli · libregistry