{"id":17125243,"url":"https://github.com/baltpeter/generator-ts","last_synced_at":"2026-02-02T03:01:54.227Z","repository":{"id":65191086,"uuid":"586868783","full_name":"baltpeter/generator-ts","owner":"baltpeter","description":"A Yeoman generator I use for scaffolding TypeScript modules.","archived":false,"fork":false,"pushed_at":"2024-12-12T13:14:11.000Z","size":44,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T19:51:36.798Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baltpeter.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}},"created_at":"2023-01-09T12:27:31.000Z","updated_at":"2024-12-12T13:14:15.000Z","dependencies_parsed_at":"2023-01-09T20:46:51.920Z","dependency_job_id":null,"html_url":"https://github.com/baltpeter/generator-ts","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/baltpeter/generator-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Fgenerator-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Fgenerator-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Fgenerator-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Fgenerator-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baltpeter","download_url":"https://codeload.github.com/baltpeter/generator-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baltpeter%2Fgenerator-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29002628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T01:32:03.847Z","status":"online","status_checked_at":"2026-02-02T02:00:07.448Z","response_time":58,"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":[],"created_at":"2024-10-14T18:44:31.008Z","updated_at":"2026-02-02T03:01:54.206Z","avatar_url":"https://github.com/baltpeter.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @baltpeter/generator-ts\n\n\u003e A Yeoman generator that I use for scaffolding TypeScript modules.\n\nThis Yeoman generator generates the TypeScript boilerplate I use for my modules, using my configs for ESLint, Prettier and TypeScript. You probably don't want to use this unless you're working on a project with me.\n\n## Installation\n\nYou first need to install `yo` and this generator:\n\n```sh\nnpm i -g yo @baltpeter/generator-ts\n```\n\n## Usage\n\nAfter installing, you can run the generator with:\n\n```sh\nyo @baltpeter/ts\n```\n\nThe generator will interactively prompt you for the module name and some other information. You can also pass most of these options as command line arguments. Use `yo @baltpeter/ts --help` to see all available options:\n\n```\n$ yo @baltpeter/ts --help\nUsage:\n  yo @baltpeter/ts:app [\u003cmoduleName\u003e] [options]\n\nOptions:\n  -h,   --help           # Print the generator's options and usage\n        --skip-cache     # Do not remember prompt answers                                   Default: false\n        --skip-install   # Do not automatically install dependencies                        Default: false\n        --force-install  # Fail on install dependencies error                               Default: false\n        --ask-answered   # Show prompts for already configured options                      Default: false\n        --description    # A short one-sentence description of the module.\n        --name           # Your name.\n        --email          # Your email.\n        --githubRepo     # The GitHub repository where the module will be stored.\n        --useTypeDoc     # Whether to use TypeDoc for generating the API docs as Markdown.\n\nArguments:\n  moduleName  # The name of the module (this will also be the output directory).  Type: String  Required: false\n```\n\n## License\n\nThis generator and the boilerplate it generates are licensed under the CC0 license, see the [`LICENSE`](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaltpeter%2Fgenerator-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaltpeter%2Fgenerator-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaltpeter%2Fgenerator-ts/lists"}