{"id":15198528,"url":"https://github.com/project-cemetery/scripts","last_synced_at":"2025-10-02T13:31:20.757Z","repository":{"id":57161483,"uuid":"171922096","full_name":"project-cemetery/scripts","owner":"project-cemetery","description":"Speed up the creation and maintenance of your JS applications. Zero configuration way to use modern code-quality tools.","archived":true,"fork":false,"pushed_at":"2021-03-12T06:06:01.000Z","size":30629,"stargazers_count":21,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-26T06:27:10.164Z","etag":null,"topics":["eslint","eslint-config","javascript","js","lint","prettier","ts","typescript"],"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/project-cemetery.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-02-21T18:19:22.000Z","updated_at":"2024-04-03T09:11:11.000Z","dependencies_parsed_at":"2022-09-09T04:51:26.176Z","dependency_job_id":null,"html_url":"https://github.com/project-cemetery/scripts","commit_stats":null,"previous_names":["solid-soda/scripts"],"tags_count":97,"template":false,"template_full_name":null,"purl":"pkg:github/project-cemetery/scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-cemetery%2Fscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-cemetery%2Fscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-cemetery%2Fscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-cemetery%2Fscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/project-cemetery","download_url":"https://codeload.github.com/project-cemetery/scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-cemetery%2Fscripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277179231,"owners_count":25774473,"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-09-27T02:00:08.978Z","response_time":73,"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":["eslint","eslint-config","javascript","js","lint","prettier","ts","typescript"],"created_at":"2024-09-28T01:20:59.402Z","updated_at":"2025-10-02T13:31:19.193Z","avatar_url":"https://github.com/project-cemetery.png","language":"JavaScript","readme":"# @solid-soda/scripts\n\n[![Scripts sets up by @solid-soda/scripts](https://img.shields.io/static/v1?label=@solid-soda/scripts\u0026color=75ddf4)](https://github.com/solid-soda/scripts)\n\n\u003cimg src=\"https://raw.githubusercontent.com/solid-soda/assets/master/logo.png\" align=\"right\"\n     alt=\"Solid Soda logo\" width=\"160\" height=\"160\"\u003e\n\nSpeed up the creation and maintenance of your JS applications. Zero configuration way to use modern code-quality tools.\n\n- **Zero-config.** Any tool is already configured for you.\n- **Universal.** Supports TS, React, and can be used with any tech.\n- **Uniform.** Config can be shared (all projects have the same configs).\n\n## TL;DR\n\n```sh\nnpx @solid-soda/scripts\n```\n\n## Motivation\n\n1. Before start to code we must set-up ESLint, Stylelint, Prettier, Commitizen, etc. We can to automate all of this. Machines have to suffer.\n2. New lint rule adding is a hell. We provide the one source of true for any project. Just run `@solid-soda/scripts` in your project directory.\n\n## Usage\n\nJust run scripts in a directory with your project.\n\nJust run:\n\n```sh\nnpx @solid-soda/scripts\n```\n\nIt will generate all configs and put it to repository. Now, you can use any provided tool.\n\nSome scripts will be added to your `package.json`:\n\n- `commit` — runs Commitizen and allow create nice commit messages\n- `pretty` — runs Prettier and format all code in the repo\n- `lint:code` — runs ESLint and preform static analysis of code\n\nIf you have some styles in the repo, we will add extra script:\n\n- `lint:styles` — runs Stylelint and preform static analysis of styles\n\nIf you want to release repo by git-tags, we will add ont more script:\n\n- `release` — runs Standard Version, updates CHANGELOG.md, bump version in `package.json` and created git-tag\n\nAlso, this library sets up `lint-staged` (prettify all staged files), `Commitlint` (check commit messages by [Conventional Commits specifications](https://www.conventionalcommits.org/en/v1.0.0-beta.2/#specification)) and `simple-git-hooks` (to run Prettier and Commitlint).\n\n## Migration guide\n\nUpgrading from version **1.x.x**, you must do one simple action: just run `@solid-soda/scripts` in your repository.\n\nFor example:\n\n```sh\nnpx @solid-soda/scripts\n```\n\n## Acknowledgements\n\nThis project based on [mrm](https://github.com/sapegin/mrm) and setup configs for [Commitizen](http://commitizen.github.io/cz-cli/), [Commitlint](https://commitlint.js.org/#/), [ESLint](https://eslint.org), [simple-git-hooks](https://github.com/toplenboren/simple-git-hooks), [lint-staged](https://github.com/okonet/lint-staged), [Prettier](https://prettier.io), [Stylelint](https://stylelint.io).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-cemetery%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproject-cemetery%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-cemetery%2Fscripts/lists"}