{"id":23870016,"url":"https://github.com/in-ch/setup","last_synced_at":"2025-09-08T08:35:12.559Z","repository":{"id":267755072,"uuid":"898879713","full_name":"in-ch/setup","owner":"in-ch","description":"@in-ch/setup is a powerful tool for quickly setting up various project files and configurations.","archived":false,"fork":false,"pushed_at":"2025-04-07T04:11:36.000Z","size":2726,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T05:22:34.329Z","etag":null,"topics":["eslint","eslint-config","git","gitmessage","husky","husky-config","lighthouse","prettier","prettier-config","setting","setup"],"latest_commit_sha":null,"homepage":"https://in-ch.github.io/setup","language":"TypeScript","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/in-ch.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}},"created_at":"2024-12-05T07:59:23.000Z","updated_at":"2025-04-07T04:09:42.000Z","dependencies_parsed_at":"2024-12-12T08:33:37.118Z","dependency_job_id":"ca68cc0a-5fbf-4502-bac3-9b689f8b0f5e","html_url":"https://github.com/in-ch/setup","commit_stats":null,"previous_names":["in-ch/setup"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in-ch%2Fsetup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in-ch%2Fsetup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in-ch%2Fsetup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/in-ch%2Fsetup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/in-ch","download_url":"https://codeload.github.com/in-ch/setup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248898507,"owners_count":21179788,"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":["eslint","eslint-config","git","gitmessage","husky","husky-config","lighthouse","prettier","prettier-config","setting","setup"],"created_at":"2025-01-03T13:33:55.091Z","updated_at":"2025-04-14T14:41:50.297Z","avatar_url":"https://github.com/in-ch.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/in-ch/setup/master/docs/sample.gif\" alt=\"@in-ch/setup - A tool for quick setup and configuration of essential project files.\" /\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![npm downloads](https://img.shields.io/npm/dm/%40in-ch%2Fsetup.svg?style=for-the-badge)](https://www.npmjs.com/package/@in-ch/setup)\n[![npm total downloads](https://img.shields.io/npm/dt/%40in-ch%2Fsetup.svg?style=for-the-badge)](https://www.npmjs.com/package/@in-ch/setup)\n[![license](https://img.shields.io/npm/l/%40in-ch%2Fsetup?style=for-the-badge)](https://github.com/in-ch/setup/blob/master/LICENSE)\n[![GitHub stars](https://img.shields.io/github/stars/in-ch/setup?style=for-the-badge)](https://github.com/in-ch/setup/stargazers)\n\n\u003c/div\u003e\n\n### Features\n\n`@in-ch/setup` is a powerful tool for quickly setting up various project files and configurations.\nSave time and automate your setup process with the following commands:\n\n| **Command**  | **Description**                               |\n| ------------ | --------------------------------------------- |\n| `husky`      | Creates Husky configuration files.            |\n| `eslint`     | Generates ESLint configuration files.         |\n| `gitmessage` | Creates a Git message template file.          |\n| `prettier`   | Sets up Prettier configuration files.         |\n| `typescript` | Creates TypeScript configuration files.       |\n| `commitlint` | Adds Commitlint configuration.                |\n| `edit`       | Edits existing configuration files.           |\n| `init`       | Creates multiple configuration files at once. |\n| `list`       | Lists all available commands.                 |\n\n### Installation\n\nTo use `@in-ch/setup`, first install the package:\n\n```bash\nnpm install -g @in-ch/setup\n```\n\n### Usage\n\nBelow are examples of how to use the primary commands of `@in-ch/setup`:\n\n```bash\n# Initialize essential configuration files (Husky, ESLint, Prettier, etc.)\nics init\n\n# Add individual configuration files\n# Husky setup\nics husky\n\n# ESLint setup\nics eslint\n\n# Git message template setup\nics gitmessage\n\n# Prettier configuration\nics prettier\n\n# TypeScript configuration\nics typescript\n\n# Commit lint setup\nics commitlint\n\n# Edit existing configuration files\nics edit\n\n# List all available commands\nics list\n```\n\n### Why Use @in-ch/setup?\n\n- **Save Time**: Automate the generation of multiple configuration files with a single command.\n- **Ensure Consistency**: Easily enforce shared configurations across team projects.\n- **Flexibility**: Edit generated files as needed to suit your project requirements.\n\n### Contributors\n\nThanks go to these wonderful people! [[Become a contributor](CONTRIBUTING.md)].\n\n\u003ca href=\"https://github.com/in-ch/setup/graphs/contributors\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/contributors/in-ch/setup?style=for-the-badge\" alt=\"Contributors\" /\u003e\n  \u003cbr /\u003e\n  \u003cbr /\u003e\n  \u003cimg src=\"https://opencollective.com/setup/contributors.svg?width=890\u0026button=false\" /\u003e\n\u003c/a\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin-ch%2Fsetup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fin-ch%2Fsetup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fin-ch%2Fsetup/lists"}