{"id":19200203,"url":"https://github.com/rinckodev/magicyan","last_synced_at":"2025-05-09T02:15:20.080Z","repository":{"id":193458578,"uuid":"688835506","full_name":"rinckodev/magicyan","owner":"rinckodev","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-03T12:11:01.000Z","size":1794,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-09T02:15:14.931Z","etag":null,"topics":["bot","discord","discord-bot","discordbot","discordjs","functions","javascript","types","typescript","utils"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rinckodev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-09-08T07:52:11.000Z","updated_at":"2025-05-03T12:11:04.000Z","dependencies_parsed_at":"2023-09-08T09:25:58.179Z","dependency_job_id":"da875d8a-69db-4405-9271-2d51cbc3f9ac","html_url":"https://github.com/rinckodev/magicyan","commit_stats":null,"previous_names":["rinckodev/magicyan"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinckodev%2Fmagicyan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinckodev%2Fmagicyan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinckodev%2Fmagicyan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rinckodev%2Fmagicyan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rinckodev","download_url":"https://codeload.github.com/rinckodev/magicyan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253176444,"owners_count":21866143,"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":["bot","discord","discord-bot","discordbot","discordjs","functions","javascript","types","typescript","utils"],"created_at":"2024-11-09T12:31:14.095Z","updated_at":"2025-05-09T02:15:20.070Z","avatar_url":"https://github.com/rinckodev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turborepo starter\r\n\r\nThis is an official starter Turborepo.\r\n\r\n## Using this example\r\n\r\nRun the following command:\r\n\r\n```sh\r\nnpx create-turbo@latest\r\n```\r\n\r\n## What's inside?\r\n\r\nThis Turborepo includes the following packages/apps:\r\n\r\n### Apps and Packages\r\n\r\n- `docs`: a [Next.js](https://nextjs.org/) app\r\n- `web`: another [Next.js](https://nextjs.org/) app\r\n- `@repo/ui`: a stub React component library shared by both `web` and `docs` applications\r\n- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)\r\n- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo\r\n\r\nEach package/app is 100% [TypeScript](https://www.typescriptlang.org/).\r\n\r\n### Utilities\r\n\r\nThis Turborepo has some additional tools already setup for you:\r\n\r\n- [TypeScript](https://www.typescriptlang.org/) for static type checking\r\n- [ESLint](https://eslint.org/) for code linting\r\n- [Prettier](https://prettier.io) for code formatting\r\n\r\n### Build\r\n\r\nTo build all apps and packages, run the following command:\r\n\r\n```\r\ncd my-turborepo\r\npnpm build\r\n```\r\n\r\n### Develop\r\n\r\nTo develop all apps and packages, run the following command:\r\n\r\n```\r\ncd my-turborepo\r\npnpm dev\r\n```\r\n\r\n### Remote Caching\r\n\r\nTurborepo can use a technique known as [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.\r\n\r\nBy default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands:\r\n\r\n```\r\ncd my-turborepo\r\nnpx turbo login\r\n```\r\n\r\nThis will authenticate the Turborepo CLI with your [Vercel account](https://vercel.com/docs/concepts/personal-accounts/overview).\r\n\r\nNext, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:\r\n\r\n```\r\nnpx turbo link\r\n```\r\n\r\n## Useful Links\r\n\r\nLearn more about the power of Turborepo:\r\n\r\n- [Tasks](https://turbo.build/repo/docs/core-concepts/monorepos/running-tasks)\r\n- [Caching](https://turbo.build/repo/docs/core-concepts/caching)\r\n- [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching)\r\n- [Filtering](https://turbo.build/repo/docs/core-concepts/monorepos/filtering)\r\n- [Configuration Options](https://turbo.build/repo/docs/reference/configuration)\r\n- [CLI Usage](https://turbo.build/repo/docs/reference/command-line-reference)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinckodev%2Fmagicyan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frinckodev%2Fmagicyan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frinckodev%2Fmagicyan/lists"}