{"id":13660161,"url":"https://github.com/tom-wolfe/tiyl","last_synced_at":"2025-08-02T07:10:11.236Z","repository":{"id":43446362,"uuid":"130852666","full_name":"tom-wolfe/tiyl","owner":"tom-wolfe","description":"A library for generating character backstories based on the Xanathar's Guide to Everything 'This Is Your Life' tables.","archived":false,"fork":false,"pushed_at":"2023-01-05T16:36:08.000Z","size":705,"stargazers_count":9,"open_issues_count":12,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-05T09:41:23.476Z","etag":null,"topics":["and","character","dnd","dnd5e","dragons","dungeons","everything","generator","guide","library","random","to","tool","typescript","utility","xanathar-s","xgte"],"latest_commit_sha":null,"homepage":"https://tiyl.twolfe.dev","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/tom-wolfe.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":"2018-04-24T12:44:02.000Z","updated_at":"2025-03-04T16:16:37.000Z","dependencies_parsed_at":"2023-02-04T07:15:34.629Z","dependency_job_id":null,"html_url":"https://github.com/tom-wolfe/tiyl","commit_stats":null,"previous_names":["trwolfe13/tiyl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tom-wolfe/tiyl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom-wolfe%2Ftiyl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom-wolfe%2Ftiyl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom-wolfe%2Ftiyl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom-wolfe%2Ftiyl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tom-wolfe","download_url":"https://codeload.github.com/tom-wolfe/tiyl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom-wolfe%2Ftiyl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268348014,"owners_count":24236291,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"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":["and","character","dnd","dnd5e","dragons","dungeons","everything","generator","guide","library","random","to","tool","typescript","utility","xanathar-s","xgte"],"created_at":"2024-08-02T05:01:17.618Z","updated_at":"2025-08-02T07:10:11.207Z","avatar_url":"https://github.com/tom-wolfe.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# TIYL (This Is Your Life) [![NPM version](https://badge.fury.io/js/tiyl.svg)](http://badge.fury.io/js/tiyl)\n\n[See an interface for this running here](https://tiyl.twolfe.dev)\n\nA TypeScript library for generating characters based on the tables presented in the This Is Your Life chapter of Xanathar's Guide To Everything for 5th edition Dungeons \u0026amp; Dragons.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Installing\n\n```batchfile\nnpm install --save tiyl\n```\n\n### Usage\n\n#### Basic Usage\n\nAt its simplest, the dice roller is very simple to use. Take the following example:\n\n```typescript\nimport { Generator } from \"tiyl\";\n\nconst generator = new Generator();\nconst character = generator.generate();\nconsole.log(character); // Outputs the randomly generated character.\n```\n\n#### Configuration\n\n## Installing Dependencies\n\nInstalling the dependencies is done using a standard ```npm i```.\n\n## Running the Tests\n\n```dice\nnpm run test\n```\n\n## Building the project\n\n```dice\nnpm run build\n```\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/trwolfe13/dice-typescript/tags).\n\n## Authors\n\n* **Tom Wolfe** - *Initial work* - [trwolfe13](https://github.com/trwolfe13)\n\nSee also the list of [contributors](https://github.com/trwolfe13/tiyl/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftom-wolfe%2Ftiyl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftom-wolfe%2Ftiyl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftom-wolfe%2Ftiyl/lists"}