{"id":27404434,"url":"https://github.com/drxc00/ts-init","last_synced_at":"2026-05-08T13:17:59.731Z","repository":{"id":287726538,"uuid":"965610970","full_name":"drxc00/ts-init","owner":"drxc00","description":"Yet another typescript CLI tool.","archived":false,"fork":false,"pushed_at":"2025-04-13T14:52:03.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T15:38:24.491Z","etag":null,"topics":["cli","tool","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/drxc00.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}},"created_at":"2025-04-13T14:44:28.000Z","updated_at":"2025-04-13T14:56:39.000Z","dependencies_parsed_at":"2025-04-13T15:50:01.597Z","dependency_job_id":null,"html_url":"https://github.com/drxc00/ts-init","commit_stats":null,"previous_names":["drxc00/ts-init"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drxc00%2Fts-init","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drxc00%2Fts-init/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drxc00%2Fts-init/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drxc00%2Fts-init/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drxc00","download_url":"https://codeload.github.com/drxc00/ts-init/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248826324,"owners_count":21167663,"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":["cli","tool","typescript"],"created_at":"2025-04-14T05:29:14.410Z","updated_at":"2026-05-08T13:17:59.719Z","avatar_url":"https://github.com/drxc00.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ts-init\n\nSetting up a `tsconfig.json` can be confusing and time-consuming — TS-INIT simplifies the process. It's a lightweight CLI tool that helps you quickly scaffold a clean, minimal TypeScript project. Perfect for starting small projects or experimenting with TypeScript without the hassle.\n\n## Installation\n\n```bash\nnpm install -g @drxc00/ts-init\n```\n\n## Usage\n\n```bash\nnpx ts-init || npx ts-init [options]\n```\n\n## Options\n\n| Option                            | Description                                             |\n| --------------------------------- | ------------------------------------------------------- |\n| `-n, --name \u003cname\u003e`               | Project name (default: \"ts-app\")                        |\n| `-d, --description \u003cdescription\u003e` | Project description                                     |\n| `-t, --transpile \u003ctranspile\u003e`     | Enable TypeScript transpilation (default: true)         |\n| `-o, --output-dir \u003coutputDir\u003e`    | Output directory for transpiled files (default: \"dist\") |\n| `-l, --library \u003clibrary\u003e`         | Configure as a library project (default: false)         |\n| `-m, --monorepo \u003cmonorepo\u003e`       | Configure for monorepo usage (default: false)           |\n| `-b, --dom \u003cdom\u003e`                 | Configure for browser/DOM usage (default: false)        |\n| `-i, --init \u003cinit\u003e`               | Initialize the project (default: true)                  |\n\n## Example\n\n```bash\nts-init --name my-project --description \"My awesome project\" --transpile true --output-dir build\n```\n\n## Development\n\nTo contribute or modify:\n\n1. Clone the repository\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Make your changes\n4. Build the project:\n   ```bash\n   npm run build\n   ```\n\n## Acknowledgement\n\n- [Matt Pocock' Cheet Sheet](https://www.totaltypescript.com/tsconfig-cheat-sheet)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrxc00%2Fts-init","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrxc00%2Fts-init","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrxc00%2Fts-init/lists"}