プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

各ディレクトリにREADME.mdファイルを追加 (#221)

* Auto-commit: Save uncommitted changes from Claude

Run ID: 16563891031

* Delete output.txt

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>

authored by

Kohei Watanabe
claude[bot]
and committed by
GitHub
(Jul 28, 2025, 5:35 PM +0900) 1334030f 210dc4d6

+423
+15
astro-fastify-ssg/README.md
··· 1 + # Astro Fastify SSG 2 + 3 + Static Site Generation setup using Astro with Fastify integration. 4 + 5 + ## Scripts 6 + 7 + - `dev` - Start development server with Fastify 8 + - `build` - Build static site with Astro 9 + - `start` - Start production server 10 + 11 + ## Tech Stack 12 + 13 + - Astro 14 + - Fastify 15 + - pnpm
+16
astro-fastify/README.md
··· 1 + # Astro Fastify 2 + 3 + Integration of Astro with Fastify server for server-side rendering and API endpoints. 4 + 5 + ## Scripts 6 + 7 + - `dev` - Start development server with Fastify 8 + - `build` - Build project with Astro 9 + - `start` - Start production server 10 + 11 + ## Tech Stack 12 + 13 + - Astro 14 + - Fastify 15 + - Node.js 16 + - pnpm
+12
bitnet/README.md
··· 1 + # BitNet 2 + 3 + Docker containerized BitNet implementation. 4 + 5 + ## Usage 6 + 7 + Build and run using the provided Dockerfile. 8 + 9 + ```bash 10 + docker build -t bitnet . 11 + docker run bitnet 12 + ```
+15
caddy-md/README.md
··· 1 + # Caddy Markdown Server 2 + 3 + Static markdown file server using Caddy web server. 4 + 5 + ## Files 6 + 7 + - `Caddyfile` - Caddy server configuration 8 + - `compose.yml` - Docker Compose setup 9 + - `srv/` - Static files directory 10 + 11 + ## Usage 12 + 13 + ```bash 14 + docker compose up 15 + ```
+15
deno/README.md
··· 1 + # Deno Server 2 + 3 + Server-side rendered application using Deno runtime. 4 + 5 + ## Files 6 + 7 + - `server.tsx` - Main server file with JSX support 8 + - `index.html` - HTML template 9 + - `deno.json` - Deno configuration 10 + 11 + ## Usage 12 + 13 + ```bash 14 + deno run --allow-net server.tsx 15 + ```
+14
docmost/README.md
··· 1 + # Docmost 2 + 3 + Documentation management system setup using Docker Compose. 4 + 5 + ## Usage 6 + 7 + ```bash 8 + docker compose up 9 + ``` 10 + 11 + ## Tech Stack 12 + 13 + - Docker Compose 14 + - Docmost
+15
fastify-http-errors-enhanced/README.md
··· 1 + # Fastify HTTP Errors Enhanced 2 + 3 + Enhanced HTTP error handling for Fastify applications. 4 + 5 + ## Files 6 + 7 + - `server.mjs` - Main server implementation 8 + - `package.json` - Dependencies and scripts 9 + 10 + ## Usage 11 + 12 + ```bash 13 + pnpm install 14 + pnpm start 15 + ```
+14
fastify-validation/README.md
··· 1 + # Fastify Validation 2 + 3 + Input validation implementation for Fastify applications. 4 + 5 + ## Files 6 + 7 + - `server.ts` - TypeScript server with validation 8 + 9 + ## Usage 10 + 11 + ```bash 12 + npm install 13 + npm run dev 14 + ```
+17
hasura-rest/README.md
··· 1 + # Hasura REST 2 + 3 + Hasura GraphQL Engine setup with REST endpoints and database migrations. 4 + 5 + ## Structure 6 + 7 + - `metadata/` - Hasura metadata configuration 8 + - `migrations/` - Database migration files 9 + - `compose.yml` - Docker Compose setup 10 + - `config.yaml` - Hasura configuration 11 + 12 + ## Usage 13 + 14 + ```bash 15 + docker compose up 16 + make migrate 17 + ```
+14
hoarder/README.md
··· 1 + # Hoarder 2 + 3 + Self-hosted bookmark manager setup using Docker Compose. 4 + 5 + ## Usage 6 + 7 + ```bash 8 + docker compose up 9 + ``` 10 + 11 + ## Tech Stack 12 + 13 + - Docker Compose 14 + - Hoarder
+13
image-writer/README.md
··· 1 + # Image Writer 2 + 3 + Python script for image processing and writing operations. 4 + 5 + ## Files 6 + 7 + - `image-writer.py` - Main image processing script 8 + 9 + ## Usage 10 + 11 + ```bash 12 + python image-writer.py 13 + ```
+20
media-capture/README.md
··· 1 + # Media Capture 2 + 3 + Web-based media capture application using modern browser APIs. 4 + 5 + ## Files 6 + 7 + - `index.html` - Main HTML interface 8 + - `main.js` - Media capture logic 9 + - `package.json` - Dependencies 10 + 11 + ## Usage 12 + 13 + ```bash 14 + yarn install 15 + yarn start 16 + ``` 17 + 18 + ## License 19 + 20 + MIT License
+12
media/README.md
··· 1 + # Media 2 + 3 + Media management application with permissions handling. 4 + 5 + ## Files 6 + 7 + - `index.html` - Web interface 8 + - `permissions.sqlite` - Permissions database 9 + 10 + ## Usage 11 + 12 + Open `index.html` in a web browser.
+15
nocodb/README.md
··· 1 + # NocoDB 2 + 3 + No-code database platform setup using Docker Compose. 4 + 5 + ## Files 6 + 7 + - `compose.yml` - Docker Compose configuration 8 + - `servers.json` - Server configuration 9 + - `Makefile` - Build and deployment commands 10 + 11 + ## Usage 12 + 13 + ```bash 14 + docker compose up 15 + ```
+15
npm-run-script/README.md
··· 1 + # NPM Run Script 2 + 3 + Example project demonstrating npm script execution and configuration. 4 + 5 + ## Files 6 + 7 + - `package.json` - NPM configuration and scripts 8 + - `package-lock.json` - Dependency lock file 9 + 10 + ## Usage 11 + 12 + ```bash 13 + npm install 14 + npm run start 15 + ```
+16
playwright/README.md
··· 1 + # Playwright 2 + 3 + End-to-end testing setup using Playwright framework. 4 + 5 + ## Files 6 + 7 + - `inner-text.test.ts` - Test specifications 8 + - `playwright.config.ts` - Playwright configuration 9 + - `test.html` - Test HTML file 10 + 11 + ## Usage 12 + 13 + ```bash 14 + npm install 15 + npx playwright test 16 + ```
+14
pocketbase/README.md
··· 1 + # PocketBase 2 + 3 + Backend-as-a-Service setup using PocketBase with Docker. 4 + 5 + ## Files 6 + 7 + - `Dockerfile` - Docker container configuration 8 + - `compose.yml` - Docker Compose setup 9 + 10 + ## Usage 11 + 12 + ```bash 13 + docker compose up 14 + ```
+15
poppler-rs/README.md
··· 1 + # Poppler Rust 2 + 3 + Rust application using Poppler library for PDF processing. 4 + 5 + ## Files 6 + 7 + - `src/main.rs` - Main Rust application 8 + - `Cargo.toml` - Rust project configuration 9 + - `Cargo.lock` - Dependency lock file 10 + 11 + ## Usage 12 + 13 + ```bash 14 + cargo run 15 + ```
+14
postgres-migration/README.md
··· 1 + # PostgreSQL Migration 2 + 3 + PostgreSQL database setup with migrations using Docker Compose. 4 + 5 + ## Files 6 + 7 + - `compose.yml` - Docker Compose configuration 8 + - `servers.json` - Database server configuration 9 + 10 + ## Usage 11 + 12 + ```bash 13 + docker compose up 14 + ```
+11
radicle/README.md
··· 1 + # Radicle 2 + 3 + Decentralized code collaboration platform example. 4 + 5 + ## Structure 6 + 7 + - `hello/` - Example project directory 8 + 9 + ## Usage 10 + 11 + Initialize and manage decentralized repositories using Radicle.
+15
release-it/README.md
··· 1 + # Release-it 2 + 3 + Automated release management using release-it tool. 4 + 5 + ## Files 6 + 7 + - `package.json` - NPM configuration with release scripts 8 + - `CHANGELOG.md` - Release changelog 9 + 10 + ## Usage 11 + 12 + ```bash 13 + npm install 14 + npm run release 15 + ```
+16
sops/README.md
··· 1 + # SOPS 2 + 3 + Secret management using SOPS (Secrets OPerationS) encryption. 4 + 5 + ## Files 6 + 7 + - `credentials.enc.yml` - Encrypted credentials file 8 + - `jwk.enc.json` - Encrypted JWK file 9 + - `Makefile` - Build and encryption commands 10 + 11 + ## Usage 12 + 13 + ```bash 14 + make encrypt 15 + make decrypt 16 + ```
+16
spin-hello-world/README.md
··· 1 + # Spin Hello World 2 + 3 + WebAssembly microservice using Fermyon Spin framework. 4 + 5 + ## Files 6 + 7 + - `src/lib.rs` - Rust source code 8 + - `spin.toml` - Spin application configuration 9 + - `Cargo.toml` - Rust project configuration 10 + 11 + ## Usage 12 + 13 + ```bash 14 + spin build 15 + spin up 16 + ```
+13
ssh-backup/README.md
··· 1 + # SSH Backup 2 + 3 + Automated backup solution using SSH connections with Docker Compose. 4 + 5 + ## Files 6 + 7 + - `compose.yml` - Docker Compose configuration 8 + 9 + ## Usage 10 + 11 + ```bash 12 + docker compose up 13 + ```
+14
traefik/README.md
··· 1 + # Traefik 2 + 3 + Reverse proxy and load balancer setup using Traefik. 4 + 5 + ## Files 6 + 7 + - `compose.yml` - Docker Compose configuration 8 + - `traefik.yml` - Traefik configuration 9 + 10 + ## Usage 11 + 12 + ```bash 13 + docker compose up 14 + ```
+19
voicevox/README.md
··· 1 + # VOICEVOX 2 + 3 + Text-to-speech synthesis setup using VOICEVOX engine with Docker Compose. 4 + 5 + ## Files 6 + 7 + - `compose.yml` - Docker Compose configuration 8 + - `CLAUDE.md` - Claude AI integration guidelines 9 + - `GEMINI.md` - Gemini AI integration guidelines 10 + 11 + ## Usage 12 + 13 + ```bash 14 + docker compose up 15 + ``` 16 + 17 + ## Character 18 + 19 + Uses "ずんだもん" character for voice synthesis according to guidelines.
+14
writefreely/README.md
··· 1 + # WriteFreely 2 + 3 + Minimalist federated blogging platform setup using Docker Compose. 4 + 5 + ## Files 6 + 7 + - `compose.yml` - Docker Compose configuration 8 + - `config.ini` - WriteFreely configuration 9 + 10 + ## Usage 11 + 12 + ```bash 13 + docker compose up 14 + ```
+24
wxt/README.md
··· 1 + # WXT 2 + 3 + Next-gen Web Extension Development Framework with TypeScript support. 4 + 5 + ## Structure 6 + 7 + - `entrypoints/` - Extension entry points (background, content, popup) 8 + - `components/` - Reusable components 9 + - `assets/` - Static assets 10 + - `public/` - Public assets and icons 11 + 12 + ## Usage 13 + 14 + ```bash 15 + npm install 16 + npm run dev 17 + npm run build 18 + ``` 19 + 20 + ## Tech Stack 21 + 22 + - WXT Framework 23 + - TypeScript 24 + - Web Extensions API