{"id":15503068,"url":"https://github.com/johno/immutable-css-cli","last_synced_at":"2026-04-19T03:31:40.962Z","repository":{"id":57140855,"uuid":"44770463","full_name":"johno/immutable-css-cli","owner":"johno","description":"CSS linter for immutable selectors.","archived":false,"fork":false,"pushed_at":"2016-02-19T00:39:32.000Z","size":34,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-22T01:34:16.600Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://immutablecss.com","language":"JavaScript","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/johno.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":"2015-10-22T20:10:20.000Z","updated_at":"2023-10-30T12:08:35.000Z","dependencies_parsed_at":"2022-09-01T23:51:05.966Z","dependency_job_id":null,"html_url":"https://github.com/johno/immutable-css-cli","commit_stats":null,"previous_names":["johnotander/immutable-css-cli"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/johno/immutable-css-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johno%2Fimmutable-css-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johno%2Fimmutable-css-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johno%2Fimmutable-css-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johno%2Fimmutable-css-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johno","download_url":"https://codeload.github.com/johno/immutable-css-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johno%2Fimmutable-css-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31993695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":[],"created_at":"2024-10-02T09:12:03.588Z","updated_at":"2026-04-19T03:31:40.938Z","avatar_url":"https://github.com/johno.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg width=\"360\" src=\"https://rawgit.com/johnotander/immutable-css/master/media/logo.png\" alt=\"immutable-css\"\u003e\n\u003c/h1\u003e\n\n[![Build Status](https://secure.travis-ci.org/johnotander/immutable-css-cli.png?branch=master)](https://travis-ci.org/johnotander/immutable-css-cli) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)\n\nCLI app for [immutable-css](https://github.com/johnotander/immutable-css.git).\n\n## Installation\n\n```bash\nnpm i -g immutable-css-cli\n```\n\n## Usage\n\n```sh\nimmutable-css -h\n  CSS linter for immutable selectors.\n\n  Usage\n    $ immutable-css [\u003cpath/to/css/file.css\u003e ...]\n\n  Options\n    -j, --json Return json to std out\n    -s, --strict Lint mutations in the same file\n\n  Example\n    $ immutable-css vendor.css app.css\n    $ immutable-css src/css/**/*.css\n    $ immutable-css app.css --strict\n    $ immutable-css src/css/**/*.css --json \u003e mutations.json\n```\n\n```sh\nimmutable-css test/fixtures/app.css test/fixtures/vendor.css\n\n.awesome was mutated 2 times\n[line 5, col 1]: /Users/johnotander/code/lab/immutable-css-cli/test/fixtures/app.css\n[line 5, col 1]: /Users/johnotander/code/lab/immutable-css-cli/test/fixtures/vendor.css\n\n.foo was mutated 2 times\n[line 17, col 1]: /Users/johnotander/code/lab/immutable-css-cli/test/fixtures/app.css\n[line 1, col 1]: /Users/johnotander/code/lab/immutable-css-cli/test/fixtures/vendor.css\n```\n\nWhen mutations are present, `immutable-css` exits with an error code of `1`.\n\n```sh\nnpm t \u0026\u0026 immutable-css dist/vendor.css dist/app.css \u0026\u0026 npm run deploy\n```\n\n## License\n\nMIT\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\nCrafted with \u003c3 by John Otander ([@4lpine](https://twitter.com/4lpine)).\n\n***\n\n\u003e This package was initially generated with [yeoman](http://yeoman.io) and the [p generator](https://github.com/johnotander/generator-p.git).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohno%2Fimmutable-css-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohno%2Fimmutable-css-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohno%2Fimmutable-css-cli/lists"}