{"id":17480244,"url":"https://github.com/integeralex/ts-strict-setup","last_synced_at":"2026-03-02T05:31:52.219Z","repository":{"id":249455106,"uuid":"831559212","full_name":"IntegerAlex/ts-strict-setup","owner":"IntegerAlex","description":"CLI tool that sets up a TypeScript project with a minimal yet well-configured environment in a single command","archived":false,"fork":false,"pushed_at":"2025-04-01T22:39:12.000Z","size":98,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-17T05:08:09.866Z","etag":null,"topics":["cli","collaborate","eslint","eslint-typescript","npm-package","npx","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IntegerAlex.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["IntegerAlex"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"custom":null}},"created_at":"2024-07-20T23:25:22.000Z","updated_at":"2024-07-22T17:18:39.000Z","dependencies_parsed_at":"2024-07-24T09:08:02.647Z","dependency_job_id":null,"html_url":"https://github.com/IntegerAlex/ts-strict-setup","commit_stats":null,"previous_names":["integeralex/ts-strict-setup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IntegerAlex/ts-strict-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntegerAlex%2Fts-strict-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntegerAlex%2Fts-strict-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntegerAlex%2Fts-strict-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntegerAlex%2Fts-strict-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IntegerAlex","download_url":"https://codeload.github.com/IntegerAlex/ts-strict-setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntegerAlex%2Fts-strict-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29993376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"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":["cli","collaborate","eslint","eslint-typescript","npm-package","npx","typescript"],"created_at":"2024-10-18T21:43:05.245Z","updated_at":"2026-03-02T05:31:52.187Z","avatar_url":"https://github.com/IntegerAlex.png","language":"JavaScript","readme":"# ts-strict-setup\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FIntegerAlex%2Fts-strict-setup.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FIntegerAlex%2Fts-strict-setup?ref=badge_shield)\n\u003ca href=\"https://pkg-size.dev/ts-strict-setup\"\u003e\u003cimg src=\"https://pkg-size.dev/badge/bundle/2968\" title=\"Bundle size for ts-strict-setup\"\u003e\u003c/a\u003e\n[![npm version](https://badge.fury.io/js/ts-strict-setup.svg)](https://badge.fury.io/js/ts-strict-setup)\n[![License: GPL-3.0](https://img.shields.io/badge/License-GPL%203.0-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![DeepScan grade](https://deepscan.io/api/teams/24419/projects/27609/branches/884364/badge/grade.svg)](https://deepscan.io/dashboard#view=project\u0026tid=24419\u0026pid=27609\u0026bid=884364)\n[![DeepSource](https://app.deepsource.com/gh/IntegerAlex/ts-strict-setup.svg/?label=resolved+issues\u0026show_trend=true\u0026token=qa09V7tdZQUszg7bavL772dR)](https://app.deepsource.com/gh/IntegerAlex/ts-strict-setup/)\n\nts-strict-setup is a CLI tool that sets up a TypeScript project with a minimal yet well-configured environment in a single command.\nPerfect for developers who want a quick and efficient way to get started with TypeScript.\n\n## Features\n\n- Creates a well-structured TypeScript project directory.\n- Initializes a new npm project.\n- Configures TypeScript, ESLint, and other essential development tools.\n- Sets up commonly used directories and files.\n\n## Installation\n\nYou can use npx to run the CLI tool without installing it globally:\n\n### Using npx (recommended) Dont worry npx is already installed with npm\n\nTo use the CLI tool with npx:\n\n`npx ts-strict-setup -y `\n\nRun the command and follow the prompts:\n\n`npx ts-strict-setup -y`\n\nYou will be prompted to enter a project name. The tool will then create a new project directory with the following structure:\n\n```\n\u003cproject-name\u003e/\n├── src/\n│   └── index.ts\n├── lib/\n├── test/\n│   └── index.test.ts\n├── dist/\n├── views/\n│   └── index.html\n├── .eslintignore\n├── eslint.config.js\n├── package.json\n├── tsconfig.json\n\n```\n\n## conformation\n\n```bash\n    cd \u003cproject-name\u003e\n    npm run dev\n```\n\n## Usage\n\nTo use the CLI tool, run the following command:\n\n`cd \u003cproject-name\u003e` change the directory  \n `npm run lint`\n\n- To lint the code\n  All the errors will be shown in the terminal\n\n`npm run dev`\n\n- To run the code in development mode\n  The Dev mode run the code in .ts files with ts-node\n\n`npm run build`\n\n- To build the code the code will be built in the dist folder\n  All the .ts files will be converted to .js files\n\n`npm run start`\n\n- To start the code\n  The code will be run in the dist folder\n\n`npm run test`\n\n- The test will be run and the output will be shown in the terminal\n  All the test files should be in the test folder and should have the extension .test.ts\n\n## Configuration\n\nThe tool sets up the following configurations:\n\n- TypeScript: Configured with tsconfig.json for modern JavaScript features and strict type-checking.\n- ESLint: Configured with eslint.config.js and .eslintignore to enforce code quality and ignore unnecessary files.\n\n### TypeScript Configuration\n\nThe tsconfig.json file includes settings for:\n\n- ES6 modules\n- Interoperability with CommonJS modules\n- Strict type-checking\n- Output directory (dist)\n\n### ESLint Configuration\n\nThe eslint.config.js file includes:\n\n- Basic TypeScript linting rules\n- Configurations for using TypeScript with ESLint\n\n## Tutorials\n\nFor a step-by-step guide, check out our YouTube tutorials:\n\n### Linux-Based Tutorial\n\n[![Linux Tutorial](https://img.youtube.com/vi/HNJo4Ak0MPs/0.jpg)](https://www.youtube.com/watch?v=HNJo4Ak0MPs)\n\n### Windows-Based Tutorial\n\n[![Windows Tutorial](https://img.youtube.com/vi/k4VH3dJIfpE/0.jpg)](https://www.youtube.com/watch?v=k4VH3dJIfpE)\n\n### Contributing\n\nContributions are welcome! Please open an issue or submit a pull request on GitHub.\n\n### License\n\nThis project is licensed under GPL-3.0. See the LICENSE file for details.\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FIntegerAlex%2Fts-strict-setup.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FIntegerAlex%2Fts-strict-setup?ref=badge_large)\n\n### Contact\n\nFor questions or support, please contact inquiry.akshatkotpalliwar@gmail.com .\n","funding_links":["https://github.com/sponsors/IntegerAlex"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegeralex%2Fts-strict-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintegeralex%2Fts-strict-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegeralex%2Fts-strict-setup/lists"}