{"id":19838137,"url":"https://github.com/textlint/textlintrc-to-package-list","last_synced_at":"2025-06-13T18:34:22.120Z","repository":{"id":57153209,"uuid":"47497691","full_name":"textlint/textlintrc-to-package-list","owner":"textlint","description":"Command line util: Listing package name from .textlintrc","archived":false,"fork":false,"pushed_at":"2025-01-11T23:53:28.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T23:34:41.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/textlint.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,"zenodo":null},"funding":{"github":"azu"}},"created_at":"2015-12-06T13:26:06.000Z","updated_at":"2025-01-11T23:53:30.000Z","dependencies_parsed_at":"2025-04-30T06:31:59.554Z","dependency_job_id":"d4a00baf-056d-42ba-9054-213bd466265f","html_url":"https://github.com/textlint/textlintrc-to-package-list","commit_stats":null,"previous_names":["textlint/textlintrc-to-pacakge-list"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/textlint/textlintrc-to-package-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlintrc-to-package-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlintrc-to-package-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlintrc-to-package-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlintrc-to-package-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/textlint","download_url":"https://codeload.github.com/textlint/textlintrc-to-package-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/textlint%2Ftextlintrc-to-package-list/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259565536,"owners_count":22877345,"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-12T12:16:52.924Z","updated_at":"2025-06-13T18:34:22.079Z","avatar_url":"https://github.com/textlint.png","language":"JavaScript","funding_links":["https://github.com/sponsors/azu"],"categories":[],"sub_categories":[],"readme":"# textlintrc-to-package-list [![Actions Status: test](https://github.com/textlint/textlintrc-to-package-list/workflows/test/badge.svg)](https://github.com/textlint/textlintrc-to-package-list/actions?query=workflow%3A\"test\")\n\nListing package name from `.textlintrc`\n\nMain use case is installing npm package from `.textlinrc`\n\n## Installation\n\n    npm install textlintrc-to-package-list -g\n\n## Usage\n\n    $ textlintrc-to-package-list ./path/to/.textlintrc\n\n### Exaple\n\nInput `.textlintrc`\n\n```json\n{\n  \"plugins\": [\n    \"@textlint/html\"\n  ],\n  \"filters\": {\n    \"comments\": true\n  },\n  \"rules\": {\n    \"@textlint/preset-ja-technical-writing\": true,\n    \"textlint-rule-no-todo\": true,\n    \"sentence-length\": {\n      \"max\": 100\n    }\n  }\n}\n```\n\nOutput\n\n```\n@textlint/textlint-plugin-html\ntextlint-filter-rule-comments\n@textlint/textlint-rule-preset-ja-technical-writing\ntextlint-rule-no-todo\ntextlint-rule-sentence-length\n```\n\n## UseCase\n\nInstall npm package from `.textlintrc`\n\n```sh\nnpm install -g textlintrc-to-package-list\ntextlintrc-to-package-list .textlintrc | xargs npm install\n```\n\nor \n\n```shell\nnpx --quiet textlintrc-to-package-list .textlintrc.json | xargs npm install\n```\n\nDo Install all package from `.textlintrc`!\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. Submit a pull request :D\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextlint%2Ftextlintrc-to-package-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftextlint%2Ftextlintrc-to-package-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftextlint%2Ftextlintrc-to-package-list/lists"}