{"id":20339895,"url":"https://github.com/uditkarode/realcraft-telecraft","last_synced_at":"2025-09-17T10:27:27.093Z","repository":{"id":107554662,"uuid":"443556333","full_name":"uditkarode/realcraft-telecraft","owner":"uditkarode","description":"Telecraft with a few of my additions!","archived":false,"fork":false,"pushed_at":"2022-01-02T09:20:43.000Z","size":356,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-01-14T18:08:39.652Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/uditkarode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["MKRhere"],"patreon":"MKRhere","ko_fi":"MKRhere","custom":["https://paypal.me/MKRhere"]}},"created_at":"2022-01-01T14:34:35.000Z","updated_at":"2022-01-02T09:20:46.000Z","dependencies_parsed_at":"2023-06-08T12:00:14.382Z","dependency_job_id":null,"html_url":"https://github.com/uditkarode/realcraft-telecraft","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditkarode%2Frealcraft-telecraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditkarode%2Frealcraft-telecraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditkarode%2Frealcraft-telecraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditkarode%2Frealcraft-telecraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uditkarode","download_url":"https://codeload.github.com/uditkarode/realcraft-telecraft/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241867649,"owners_count":20033815,"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":[],"created_at":"2024-11-14T21:18:54.775Z","updated_at":"2025-09-17T10:27:22.001Z","avatar_url":"https://github.com/uditkarode.png","language":"TypeScript","funding_links":["https://github.com/sponsors/MKRhere","https://patreon.com/MKRhere","https://ko-fi.com/MKRhere","https://paypal.me/MKRhere"],"categories":[],"sub_categories":[],"readme":"# Telecraft\n\nPluggable Minecraft server bridge and administration tools.\n\n## Introduction\n\n`// Todo(mkr): Documentation`\n\n## How to use this monorepo\n\nIf you're here to read about a specific package, find it in `packages/`.\n\nIf you're trying to get involved with or tinker with the Telecraft project, read on.\n\nGet [`pnpm`](https://pnpm.js.org/en/installation). `pnpm` is a fast, disk efficient package manager; usually a drop-in replacement to npm, but this repository is a monorepo. It manages multiple packages simultaneously by taking advantage of pnpm's workspace support.\n\nQuick setup:\n\n```bash\n# Get pnpm\nnpm i -g pnpm\n\n# install node modules for all packages\npnpm install -r\n\n# run typescript build on all packages, so they're ready to go\npnpm build\n\n# if you're actively developing, you'll want to run build in watch mode\npnpm build:w\n\n# run cli package during development (alias to `node packages/cli/dist`)\npnpm dev\n```\n\nNow you're ready to go tinker with the packages and TypeScript will automatically build as you edit files! Packages within the monorepo are automatically linked by the `workspace:` protocol. Before publishing, pnpm will automatically convert them to the correct versions of those packages.\n\nTo update node modules used in all packages across the entire workspace, use `pnpm recursive install typescript@latest` from the root.\n\n### Do NOT:\n\n- Use npm, yarn, or another package manager in the root repo or any of the packages\n- Install package specific modules from the root with or without recursive. `cd` into the package and install them.\n- Publish the root repo. It's a container and not meant to be published.\n\n### Do:\n\n- Use `pnpm install @telecraft/parser@workspace:../parser` to add one package from this repo as a dependency to another\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuditkarode%2Frealcraft-telecraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuditkarode%2Frealcraft-telecraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuditkarode%2Frealcraft-telecraft/lists"}