{"id":39099340,"url":"https://github.com/digitalcube/board-sdk","last_synced_at":"2026-01-17T19:01:33.337Z","repository":{"id":296138845,"uuid":"974046021","full_name":"digitalcube/board-sdk","owner":"digitalcube","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-29T05:19:26.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-29T11:12:18.691Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/digitalcube.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":"2025-04-28T07:13:43.000Z","updated_at":"2025-05-29T05:19:25.000Z","dependencies_parsed_at":"2025-05-29T06:36:45.432Z","dependency_job_id":null,"html_url":"https://github.com/digitalcube/board-sdk","commit_stats":null,"previous_names":["digitalcube/board-sdk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/digitalcube/board-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalcube%2Fboard-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalcube%2Fboard-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalcube%2Fboard-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalcube%2Fboard-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digitalcube","download_url":"https://codeload.github.com/digitalcube/board-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalcube%2Fboard-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28516540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","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":[],"created_at":"2026-01-17T19:01:32.716Z","updated_at":"2026-01-17T19:01:33.320Z","avatar_url":"https://github.com/digitalcube.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Board SDK Monorepo\n\nこのリポジトリは、Board API のSDK、サンプルアプリケーション、および関連ツールを含むモノレポです。\n\n## パッケージ構成\n\nこのモノレポは以下のパッケージで構成されています：\n\n- [`packages/sdk`](./packages/sdk): Board API SDK本体\n- [`packages/examples`](./packages/examples): Honoを使用したSDKの使用例\n- [`packages/mcp`](./packages/mcp): SDKを利用したModel Context Protocolサーバー\n\n## 開発環境のセットアップ\n\n### 必要条件\n\n- Node.js 18.0.0以上\n- npm 7.0.0以上\n\n### インストール\n\n```bash\n# リポジトリをクローン\ngit clone https://github.com/digitalcube/board-sdk.git\ncd board-sdk\n\n# 依存関係のインストール\nnpm install\n```\n\n### 開発サーバーの起動\n\n```bash\n# 全パッケージの開発サーバー起動\nnpm run dev\n\n# 特定のパッケージのみ開発サーバー起動\nnpm run dev --workspace=@digitalcube/board-sdk\nnpm run dev --workspace=@board-sdk/examples\nnpm run dev --workspace=@board-sdk/mcp\n```\n\n### ビルド\n\n```bash\n# 全パッケージのビルド\nnpm run build\n\n# 特定のパッケージのみビルド\nnpm run build --workspace=@digitalcube/board-sdk\nnpm run build --workspace=@board-sdk/examples\nnpm run build --workspace=@board-sdk/mcp\n```\n\n## パッケージの公開 (`@sdk`)\n\n`@digitalcube/board-sdk` パッケージを npm に公開する手順は以下の通りです。\n\n1.  **バージョンの更新:**\n    `packages/sdk/package.json` ファイルを開き、`\"version\"` フィールドを適切な新しいバージョン番号に更新します（例: `\"0.1.1\"`）。\n\n2.  **npm へのログイン (初回または必要時):**\n    ```bash\n    npm login\n    ```\n    ユーザー名、パスワード、メールアドレス、およびワンタイムパスワード（2FAが有効な場合）を入力します。\n\n3.  **パッケージディレクトリへの移動:**\n    ```bash\n    cd packages/sdk\n    ```\n\n4.  **公開の実行:**\n    ```bash\n    npm publish --access public\n    ```\n    公開スコープのパッケージ (`@digitalcube/`) のため、`--access public` が必要です（プライベートパッケージとして公開する場合は不要）。\n\n公開が成功すると、npm レジストリ上でパッケージが利用可能になります。\n\n## 環境変数\n\n各パッケージで使用する環境変数は、それぞれのパッケージディレクトリに `.env` ファイルを作成して設定します。\n\n### SDK\n\n```\nBOARD_API_KEY=your_api_key\nBOARD_API_BASE_URL=https://api.example.com\n```\n\n### Examples \u0026 MCP\n\n```\nBOARD_API_KEY=your_api_key\nBOARD_API_BASE_URL=https://api.example.com\nPORT=3000 # Examples用のポート番号（デフォルト：3000）\nPORT=4000 # MCP用のポート番号（デフォルト：4000）\n```\n\n## ライセンス\n\nMIT ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalcube%2Fboard-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitalcube%2Fboard-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalcube%2Fboard-sdk/lists"}