{"id":18273546,"url":"https://github.com/rus-sharafiev/less-compiler","last_synced_at":"2026-04-20T03:33:47.644Z","repository":{"id":167703063,"uuid":"643326802","full_name":"rus-sharafiev/less-compiler","owner":"rus-sharafiev","description":"Standalone LESS compiler","archived":false,"fork":false,"pushed_at":"2023-09-25T21:07:22.000Z","size":169242,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-26T10:40:39.450Z","etag":null,"topics":["deno","deno-app","less","less-compiler"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rus-sharafiev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-20T20:03:32.000Z","updated_at":"2023-05-22T21:25:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"681775bd-688c-49af-80ec-ad8e37e61922","html_url":"https://github.com/rus-sharafiev/less-compiler","commit_stats":null,"previous_names":["rus-sharafiev/less-compiler"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rus-sharafiev/less-compiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rus-sharafiev%2Fless-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rus-sharafiev%2Fless-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rus-sharafiev%2Fless-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rus-sharafiev%2Fless-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rus-sharafiev","download_url":"https://codeload.github.com/rus-sharafiev/less-compiler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rus-sharafiev%2Fless-compiler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278898740,"owners_count":26065050,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["deno","deno-app","less","less-compiler"],"created_at":"2024-11-05T12:06:52.873Z","updated_at":"2025-10-08T06:17:28.433Z","avatar_url":"https://github.com/rus-sharafiev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Standalone LESS compiler\n\nCLI tool that uses original [Less.js](https://lesscss.org/) compiler (v4.2.0) but running inside [Deno](https://deno.com/) compiled app.  \nMinimal changes were made to the compiler source code:\n- added file extensions in import (required for Deno)\n- fs, url and path are replaced with the same ones from Deno Std. Library 0.202.0\n\nUnlike the original `lessc`, the Node is not required.\n\n## Usage\nInstall [Deno](https://docs.deno.com/runtime/manual/getting_started/installation), pick compiler type, for CLI tool run\n```\ndeno compile --allow-read --allow-write less-compiler-cli.ts\n```\n...for stdout run\n```\ndeno compile --allow-read less-compiler-stdout.ts\n```\n\n### CLI tool  \nRun the app, answer questions and get the CSS file (example for PowerShell)\n```\nPS C:\\less\u003e .\\less-compiler-cli.exe\nStandalone LESS compiler v1.0.0\n\nSet source file location: test/index.less\nSet outfile folder: ./ \nSet outfile name: out\nDone!\n\nPress any key to exit...\n```\n\n### Stdout (created for the [React development server](https://github.com/rus-sharafiev/dev-server))\nRun app with a LESS file path as arg and get the plain css in stdout (example for PowerShell)\n```\nPS C:\\less\u003e .\\less-compiler-stdout.exe test/index.less\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frus-sharafiev%2Fless-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frus-sharafiev%2Fless-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frus-sharafiev%2Fless-compiler/lists"}