{"id":16345401,"url":"https://github.com/unclechu/node-less-watcher","last_synced_at":"2026-04-14T00:03:31.975Z","repository":{"id":15301072,"uuid":"18030833","full_name":"unclechu/node-less-watcher","owner":"unclechu","description":"Automatically detecting changes in .less files and recompile styles.","archived":false,"fork":false,"pushed_at":"2018-07-16T16:03:14.000Z","size":420,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T02:46:20.361Z","etag":null,"topics":["css","javascript","less","recompile-styles","watches"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unclechu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-23T10:17:23.000Z","updated_at":"2018-07-16T16:03:16.000Z","dependencies_parsed_at":"2022-07-31T04:37:56.993Z","dependency_job_id":null,"html_url":"https://github.com/unclechu/node-less-watcher","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclechu%2Fnode-less-watcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclechu%2Fnode-less-watcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclechu%2Fnode-less-watcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unclechu%2Fnode-less-watcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unclechu","download_url":"https://codeload.github.com/unclechu/node-less-watcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239533066,"owners_count":19654617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","javascript","less","recompile-styles","watches"],"created_at":"2024-10-11T00:31:32.907Z","updated_at":"2025-11-07T14:30:30.288Z","avatar_url":"https://github.com/unclechu.png","language":"JavaScript","readme":"less-watcher\n============\n\nAutomatically detecting changes in [.less](http://lesscss.org/) files and recompiling styles.\n\n[![NPM](https://nodei.co/npm/less-watcher2.png)](https://nodei.co/npm/less-watcher2/)\n\nAbout less.js dependency\n------------------------\n\nSupported versions are: `1.2.0` and higher (`3.7.1` was last tested).\n\nInstall\n=======\n\nGlobal\n------\n\n    # npm install -g less-watcher2\n\nLocal\n-----\n\n    $ npm install less-watcher2\n    $ ln -s ./node_modules/.bin/less-watcher\n\nUsage\n=====\n\nShow usage info\n---------------\n\nGlobal install: `$ less-watcher --help`\n\nLocal install: `$ ./less-watcher --help`\n\nUse config file\n---------------\n\nCopy [examples/less-watcher.config.json](examples/less-watcher.config.json)\nto your working directory and modify it.\n\nCompile and exit (without watching)\n-----------------------------------\n\nGlobal install: `$ less-watcher --just-compile`\n\nLocal install: `$ ./less-watcher --just-compile`\n\nOutput\n------\n\n    $ less-watcher\n    Configurations JSON file path is not set by argument and file by default value (\"less-watcher.config.json\") is not exists.\n    Will be used default configs:\n      {\n        \"path\": \"./styles/\",\n        \"to_compile\": [\n          {\n            \"input_less\": \"main.less\",\n            \"output_css\": \"compiled_styles.css\"\n          }\n        ],\n        \"compress\": true,\n        \"debug\": true,\n        \"events\": [\n          \"created\",\n          \"changed\",\n          \"removed\"\n        ],\n        \"extensions\": [\n          \".less\"\n        ]\n      }\n    Compiling less \"main.less\" to css \"compiled_styles.css\" (counter: 1) [20:13:01]\n    Started watcher for less files (\".less\") in directory \".../styles/\" [20:13:01]\n    Compiled less \"main.less\" to css \"compiled_styles.css\" (counter: 1) [20:13:02]\n    Catched! \".../styles/goods.less\" [20:13:11]\n    Compiling less \"main.less\" to css \"compiled_styles.css\" (counter: 2) [20:13:11]\n    Compiled less \"main.less\" to css \"compiled_styles.css\" (counter: 2) [20:13:12]\n\nDocumentation\n=============\n\nSee [docs](docs/) for automatically generated documentation by [JSDoc](http://usejsdoc.org/) utility.\n\nGeneration\n----------\n\n    $ jsdoc bin/* lib/* -p -d docs\n\nLicense\n=======\n\n[GPLv3](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funclechu%2Fnode-less-watcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funclechu%2Fnode-less-watcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funclechu%2Fnode-less-watcher/lists"}