{"id":25871686,"url":"https://github.com/patlux/muis-ds","last_synced_at":"2026-05-13T09:32:11.501Z","repository":{"id":280174411,"uuid":"941176743","full_name":"patlux/muis-ds","owner":"patlux","description":"Example for a design component monorepo","archived":false,"fork":false,"pushed_at":"2025-03-01T18:29:05.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-28T19:27:36.277Z","etag":null,"topics":["bun","nx","tsup"],"latest_commit_sha":null,"homepage":"https://patlux.github.io/muis-ds/","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/patlux.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2025-03-01T17:11:48.000Z","updated_at":"2025-03-01T18:29:08.000Z","dependencies_parsed_at":"2025-03-01T19:23:26.244Z","dependency_job_id":"47b92cbf-dbea-41a2-b2d2-23f0ef4b7b15","html_url":"https://github.com/patlux/muis-ds","commit_stats":null,"previous_names":["patlux/muis-ds"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/patlux/muis-ds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patlux%2Fmuis-ds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patlux%2Fmuis-ds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patlux%2Fmuis-ds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patlux%2Fmuis-ds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patlux","download_url":"https://codeload.github.com/patlux/muis-ds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patlux%2Fmuis-ds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32976311,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"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":["bun","nx","tsup"],"created_at":"2025-03-02T07:23:13.405Z","updated_at":"2026-05-13T09:32:11.480Z","avatar_url":"https://github.com/patlux.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# muis-ds\n\nExample for a design system monorepo.\n\nUsed tools\n\n- [bun](bun.sh): js runtime, toolkit, package installer\n- [nx](https://nx.dev): monorepo management\n- [tsup](https://tsup.egoist.dev/): Build library (cjs and esm)\n\n## Live Demo\n\nhttps://patlux.github.io/muis-ds/\n\nThe source of the live demo is under [./apps/web](./apps/web)\n\n## How to use\n\n[core](./libs/core): contains the core components\n\n```sh\n# create a .npmrc with the following content:\n@patlux:registry=https://npm.pkg.github.com\n\n# create a new react project\n# then install the package: \nbun add @patlux/muis-core # or with npm, yarn, pnpm\n\n# in index.tsx\nimport { MUISButton } from '@patlux/muis-core'\n```\n\n## Development\n\nGet an visual overview of the project graph\n\n```sh\nbunx nx graph\n```\n\n### Create Release \u0026 Publish\n\n```sh\nbunx nx release\n```\n\n## Bootstrap\n\n```sh\nmkdir -p muis-ds\nbun init -y\nrm -f index.ts\n\ngit init \ngit add .\ngit commit -m \"init\"\n\n# setup workspaces\n\nbunx nx@latest init\nbunx nx add @nx/js\n\n# core\n\nmkdir -p libs/core\ncd libs/core\nbun init -y\n\nbun add --peer react react-dom\nbun add @mui/material @emotion/react @emotion/styled\n\n# ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatlux%2Fmuis-ds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatlux%2Fmuis-ds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatlux%2Fmuis-ds/lists"}