{"id":38899111,"url":"https://github.com/kari/traveller-chargen","last_synced_at":"2026-01-17T15:01:05.339Z","repository":{"id":211284598,"uuid":"701378704","full_name":"kari/traveller-chargen","owner":"kari","description":"Character generator for Classic Traveller (1981)","archived":false,"fork":false,"pushed_at":"2025-02-06T20:30:41.000Z","size":826,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T21:30:55.625Z","etag":null,"topics":["character-generator","chargen","random","rpg","rpg-tool","traveller-rpg"],"latest_commit_sha":null,"homepage":"https://ctgen.kalifi.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kari.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":"2023-10-06T14:10:25.000Z","updated_at":"2025-02-04T20:39:17.000Z","dependencies_parsed_at":"2024-04-09T10:48:01.992Z","dependency_job_id":"94e543f9-4e7a-45ed-88b3-e51aef7d14fb","html_url":"https://github.com/kari/traveller-chargen","commit_stats":null,"previous_names":["kari/traveller-chargen"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kari/traveller-chargen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kari%2Ftraveller-chargen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kari%2Ftraveller-chargen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kari%2Ftraveller-chargen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kari%2Ftraveller-chargen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kari","download_url":"https://codeload.github.com/kari/traveller-chargen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kari%2Ftraveller-chargen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28510928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["character-generator","chargen","random","rpg","rpg-tool","traveller-rpg"],"created_at":"2026-01-17T15:00:37.314Z","updated_at":"2026-01-17T15:01:05.305Z","avatar_url":"https://github.com/kari.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Classic Traveller Chargen\n\nThis is a character generator for [the 1981 edition of the classic Traveller role-playing game](https://preview.drivethrurpg.com/en/product/355200/classic-traveller-facsimile-edition) as defined in the Book 1 (and Book 2 if the character is lucky enough to earn a starship).\n\nBy necessity, the generator is opionated because the generation process includes multiple decision points. While these are not necessarily the most optimized choices, they should anyway be quite reasonable.\n\n## Roadmap\n\nThis project will also include Subsector and World Generation as defined in Book 3. See `src/worldgen.ts`.\n\n## Installation\n\n```bash\nnpm i\n```\n\n## Running\n\nThis project uses [Parcel](https://parceljs.org/) and can be run locally using an NPM script\n\n```sh\nnpm start \n```\n\n## Building\n\n```bash\nnpm run build\n```\n\nThis builds the project to `dist/`.\n\n## See also\n\n- \u003chttps://github.com/makhidkarun/travellercharactergenerator\u003e\n\n## License\n\nDistributed under the MPL 2.0 License. See `LICENSE` for more information.\n\nMarkov name generator `scripts/lib/name_generator.ts` is provided under [CC0](http://creativecommons.org/publicdomain/zero/1.0/).\n\nFirst name data in `src/names/` is from [Moby Word Lists](https://www.gutenberg.org/ebooks/3201) (Public Domain) and surnames are from [Markov Namegen's word lists](https://github.com/Tw1ddle/markov-namegen-lib) (CC-BY-SA 3.0). Ship names are from Wikipedia (CC-BY-SA 3.0). World names are from [Traveller RPG Wiki](https://wiki.travellerrpg.com/Canon_World_%26_System_Reference_Log) (CC-BY-NC 3.0)\n\nThe Traveller game in all forms is owned by Far Future Enterprises. Copyright 1977 - 2023 Far Future Enterprises. Traveller is a registered trademark of Far Future Enterprises. Far Future permits web sites and fanzines for this game, provided it contains this notice, that Far Future is notified, and subject to a withdrawal of permission on 90 days notice. The contents of this site are for personal, non-commercial use only. Any use of Far Future Enterprises's copyrighted material or trademarks anywhere on this web site and its files should not be viewed as a challenge to those copyrights or trademarks. In addition, any program/articles/file on this site cannot be republished or distributed without the consent of the author who contributed it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkari%2Ftraveller-chargen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkari%2Ftraveller-chargen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkari%2Ftraveller-chargen/lists"}