Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yamadashy/repomix
/ RepositoryInfo
Interface
RepositoryInfo
browser/entrypoints/content.ts:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
'./styles.css'
;
2
3
interface
RepositoryInfo {
4
owner: string;
5
repo: string;
6
url: string;
7
}
8
9
interface
RepomixButtonOptions {
10
text: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected