{"id":19653029,"url":"https://github.com/csstools/create-stylelint-plugin","last_synced_at":"2025-04-28T17:31:12.703Z","repository":{"id":66028384,"uuid":"150321380","full_name":"csstools/create-stylelint-plugin","owner":"csstools","description":"Quickly create new stylelint plugins","archived":true,"fork":false,"pushed_at":"2019-06-10T11:44:08.000Z","size":13,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-21T21:02:41.734Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csstools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-09-25T19:53:50.000Z","updated_at":"2024-09-29T10:04:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"da9516dc-208b-4564-a6c8-f1c3e4d5aabb","html_url":"https://github.com/csstools/create-stylelint-plugin","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"d979d28fcef1904c48c0f18771507205544038b9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csstools%2Fcreate-stylelint-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csstools%2Fcreate-stylelint-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csstools%2Fcreate-stylelint-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csstools%2Fcreate-stylelint-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csstools","download_url":"https://codeload.github.com/csstools/create-stylelint-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250439366,"owners_count":21430837,"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":[],"created_at":"2024-11-11T15:12:57.693Z","updated_at":"2025-04-28T17:31:12.686Z","avatar_url":"https://github.com/csstools.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Create Stylelint Plugin [\u003cimg src=\"https://jonneal.dev/stylelint-logo.svg\" alt=\"PostCSS\" width=\"90\" height=\"90\" align=\"right\"\u003e][PostCSS]\n\n[![NPM Version][npm-img]][npm-url]\n[![Build Status][cli-img]][cli-url]\n[![Gitter Chat][git-img]][git-url]\n\n[Create Stylelint Plugin] lets you quickly create new [stylelint] plugins.\n\n```sh\nnpm init stylelint-plugin YOUR_DESTINATION\n```\n\nAlternatively, you can use the `npx` command:\n\n```sh\nnpx create-stylelint-plugin YOUR_DESTINATION\n```\n\nAfter completing the instructions, write your plugin to `src/index.js` and\nupdate `README.md` with further details outlining your plugin functionality.\n\n## Usage\n\nBy default, **Create PostCSS Plugin** provides you the following prompts:\n\n```\nPlugin Name: [TITLE]\nKeywords: [KEYWORDS]\n```\n\nOnce completed, you will see the following message:\n\n```\nSuccess! Created PostCSS [TITLE] at [DIRECTORY]\n\nWe suggest that you begin by typing:\n  cd [DIRECTORY]\n  npm test\n\nHappy PostCSS-ing!\n```\n\nTo skip all prompts, you must at least provide a title and keywords.\n\n```sh\ncreate-stylelint-plugin --title Stuff --keywords comma,separated,keywords\n```\n\nIf your system cannot access git user information from `.gitconfig`, you must\nalso provide an author, email, and user.\n\n```sh\ncreate-stylelint-plugin --title Stuff --author \"Cee S Esse\" --email \"stylelint@stylelint.org\" --user ceesesse --keywords comma,separated,keywords\n```\n\n[create-stylelint-plugin]: https://github.com/csstools/create-stylelint-plugin\n[stylelint]: https://github.com/stylelint/stylelint\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsstools%2Fcreate-stylelint-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsstools%2Fcreate-stylelint-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsstools%2Fcreate-stylelint-plugin/lists"}