{"id":13670074,"url":"https://github.com/dev2choiz/sasspiler","last_synced_at":"2026-01-12T02:55:20.131Z","repository":{"id":57552287,"uuid":"229966333","full_name":"dev2choiz/sasspiler","owner":"dev2choiz","description":"A fast sass transpiler to css made with golang","archived":false,"fork":false,"pushed_at":"2019-12-30T13:30:39.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-03T09:07:02.018Z","etag":null,"topics":["go","golang","sass","transpiler"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dev2choiz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-24T15:43:38.000Z","updated_at":"2021-12-19T12:49:58.000Z","dependencies_parsed_at":"2022-09-26T18:50:34.350Z","dependency_job_id":null,"html_url":"https://github.com/dev2choiz/sasspiler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev2choiz%2Fsasspiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev2choiz%2Fsasspiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev2choiz%2Fsasspiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev2choiz%2Fsasspiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev2choiz","download_url":"https://codeload.github.com/dev2choiz/sasspiler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224067016,"owners_count":17250098,"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":["go","golang","sass","transpiler"],"created_at":"2024-08-02T09:00:31.735Z","updated_at":"2026-01-12T02:55:20.094Z","avatar_url":"https://github.com/dev2choiz.png","language":"Go","readme":"# Sasspiler\n![](https://img.shields.io/github/tag/dev2choiz/sasspiler.svg) ![](https://img.shields.io/github/release/dev2choiz/sasspiler.svg) ![](https://img.shields.io/github/issues/dev2choiz/sasspiler.svg)\n\nSasspiler is written in golang to transpile easily `.scss` files to `.css`.  \nIt uses [wellington/go-libsass](https://github.com/wellington/go-libsass).  \n\n## Installation with `go get`\nThis method require golang.\n```sh\ngo get github.com/dev2choiz/sasspiler\n```\nThe command above will generate `sasspiler` binary in `$GOPATH\\bin`\n\n## Installation with `docker-compose`\n\n```sh\ngit clone git@github.com:dev2choiz/sasspiler.git\ncd sasspiler\ndocker-compose up --build\n```\nThe `sasspiler` binary will be generated in `./bin`\nThen :\n\n```sh\ncp ./bin/sasspiler $GOPATH/bin/\n```\n\n## Usage\n```sh\nsasspiler --source=/absolute/scss/dir --dest=/absolute/css/dir --importDir=/absolute/scss/dir1,/absolute/scss/dir2 --verbose\n```\nor  \n```sh\nsasspiler -s=/absolute/scss/dir -d=/absolute/css/dir -i=/absolute/scss/dir1,/absolute/scss/dir2 -v\n```\n`--importDir` argument can be ignored if there is not `@import` in your scss to transpile.\n\n\nYou can also transpile a unique file, in order for example to configure the file watcher of your IDE.\n```sh\nsasspiler --source=/path/to/file.scss --dest=/path/to/destination/file.css --importDir=/absolute/scss/dir1,/absolute/scss/dir2 --verbose\n```","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev2choiz%2Fsasspiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev2choiz%2Fsasspiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev2choiz%2Fsasspiler/lists"}