MCPcopy Create free account

hub / github.com/Ansh-Vortex/Readme-Maker / functions

Functions130 in github.com/Ansh-Vortex/Readme-Maker

↓ 41 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 31 callersFunctiongenerateMarkdownInstant
(newData: RepoReadmeData, set: any)
src/hooks/use-repo-readme-store.ts:132
↓ 7 callersFunctiongenerateSkillIconsRows
(theme: string, perLine: number = 12)
src/lib/generator.ts:215
↓ 6 callersFunctionupdateStat
(statType: 'github' | 'streak' | 'topLang', key: string, value: boolean | string)
src/components/generator/sections/stats.tsx:22
↓ 5 callersFunctiondebouncedGenerateMarkdown
(newData: ReadmeData, set: any)
src/hooks/use-readme-store.ts:76
↓ 4 callersFunctiongenerateReadme
(data: ReadmeData)
src/lib/generator.ts:277
↓ 3 callersFunctiongenerateRepoReadme
(data: RepoReadmeData)
src/lib/repo-generator.ts:4
↓ 3 callersFunctiongenerateShieldBadges
(style: string)
src/lib/generator.ts:225
↓ 3 callersFunctiongenerateSkillIconsStyle
(skills: string[], iconStyle: string)
src/lib/generator.ts:207
↓ 2 callersFunctiongetCurrentContent
()
src/components/repo-generator/ai-assistant.tsx:34
↓ 2 callersFunctionhandleGenerate
(isRefining = false)
src/components/repo-generator/ai-assistant.tsx:44
↓ 2 callersFunctionhandleGetStarted
(type: 'profile' | 'repo')
src/components/demo.tsx:17
↓ 1 callersFunctionanalyzeRepo
()
src/components/repo-generator/repo-analyzer.tsx:81
↓ 1 callersFunctionanimate
()
src/components/ui/animated-shader-background.tsx:96
↓ 1 callersFunctionfetchRepos
()
src/components/repo-generator/repo-selector.tsx:39
↓ 1 callersFunctionfilterSkills
(items: { name: string; icon: string }[])
src/components/generator/sections/skills.tsx:37
↓ 1 callersFunctionformatDate
(dateStr: string)
src/components/repo-generator/repo-selector.tsx:72
↓ 1 callersFunctiongenerateReadmeFromAnalysis
(analysis: RepoAnalysis)
src/components/repo-generator/repo-analyzer.tsx:121
↓ 1 callersFunctionhandleAddPrereq
()
src/components/repo-generator/sections/installation.tsx:17
↓ 1 callersFunctionhandleAddPresetBadge
(preset: typeof PRESET_BADGES[0])
src/components/repo-generator/sections/project-info.tsx:36
↓ 1 callersFunctionhandleAddTech
()
src/components/repo-generator/sections/project-info.tsx:59
↓ 1 callersFunctionhandleChange
(key: string, value: string)
src/components/generator/sections/socials.tsx:26
↓ 1 callersFunctiontoggleSkill
(category: 'languages' | 'frameworks' | 'tools', skill: string)
src/components/generator/sections/skills.tsx:29
FunctionAIAssistant
({ onClose }: AIAssistantProps)
src/components/repo-generator/ai-assistant.tsx:15
FunctionAboutSection
()
src/components/generator/sections/about.tsx:11
FunctionAccordion
({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>)
src/components/ui/accordion.tsx:9
FunctionAccordionContent
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>)
src/components/ui/accordion.tsx:50
FunctionAccordionItem
({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>)
src/components/ui/accordion.tsx:15
FunctionAccordionTrigger
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>)
src/components/ui/accordion.tsx:28
FunctionAnoAI
()
src/components/ui/animated-shader-background.tsx:6
FunctionApiDocsSection
()
src/components/repo-generator/sections/api-docs.tsx:15
FunctionAuthProvider
({ children }: { children: React.ReactNode })
src/components/auth-provider.tsx:5
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
src/components/ui/badge.tsx:28
FunctionButton
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentPro
src/components/ui/button.tsx:39
FunctionCategorySection
({ title, items, category, color }: { title: string; items
src/components/generator/sections/skills.tsx:59
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
src/components/ui/checkbox.tsx:9
FunctionConfigurationSection
()
src/components/repo-generator/sections/configuration.tsx:15
FunctionContributingSection
()
src/components/repo-generator/sections/contributing.tsx:12
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
src/components/ui/dialog.tsx:9
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
src/components/ui/dialog.tsx:27
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: React.ComponentProps<typeof DialogPrimitiv
src/components/ui/dialog.tsx:49
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
src/components/ui/dialog.tsx:119
FunctionDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/dialog.tsx:93
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/dialog.tsx:83
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
src/components/ui/dialog.tsx:33
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
src/components/ui/dialog.tsx:21
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
src/components/ui/dialog.tsx:106
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
src/components/ui/dialog.tsx:15
FunctionExtraToggle
({ label, checked, onChange, }: { label: string; checked: boolean;
src/components/generator/sections/extras.tsx:19
FunctionExtrasSection
()
src/components/generator/sections/extras.tsx:13
FunctionExtrasSection
()
src/components/repo-generator/sections/extras.tsx:13
FunctionFeaturesSection
()
src/components/repo-generator/sections/features.tsx:14
FunctionFormSection
({ value, title, icon, children }: FormSectionProps)
src/components/generator/form-section.tsx:13
FunctionGET
(request: NextRequest)
src/app/api/repos/route.ts:5
FunctionGET
( request: NextRequest, { params }: { params: Promise<{ owner: string; repo: string }> } )
src/app/api/repos/[owner]/[repo]/route.ts:5
FunctionGenerator
({ onBack }: GeneratorProps)
src/components/generator/index.tsx:15
FunctionGeneratorForm
()
src/components/generator/form.tsx:14
FunctionGitHubAuth
()
src/components/github-auth.tsx:8
FunctionHeaderSection
()
src/components/generator/sections/header.tsx:14
FunctionHome
()
src/app/page.tsx:4
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
src/components/ui/input.tsx:5
FunctionInstallationSection
()
src/components/repo-generator/sections/installation.tsx:13
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
src/components/ui/label.tsx:8
FunctionLicenseSection
()
src/components/repo-generator/sections/license.tsx:21
FunctionPOST
(request: NextRequest)
src/app/api/generate-readme/route.ts:101
FunctionPopover
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Root>)
src/components/ui/popover.tsx:8
FunctionPopoverAnchor
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Anchor>)
src/components/ui/popover.tsx:42
FunctionPopoverContent
({ className, align = "center", sideOffset = 4, ...props }: React.ComponentProps<typeof PopoverPrimiti
src/components/ui/popover.tsx:20
FunctionPopoverTrigger
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Trigger>)
src/components/ui/popover.tsx:14
FunctionPreview
()
src/components/generator/preview.tsx:12
FunctionProjectInfoSection
()
src/components/repo-generator/sections/project-info.tsx:24
FunctionProjectsSection
()
src/components/generator/sections/projects.tsx:15
FunctionRepoAnalyzer
({ repo, onComplete, onBack }: RepoAnalyzerProps)
src/components/repo-generator/repo-analyzer.tsx:51
FunctionRepoGenerator
({ onBack }: RepoGeneratorProps)
src/components/repo-generator/index.tsx:25
FunctionRepoGeneratorForm
()
src/components/repo-generator/form.tsx:16
FunctionRepoPreview
()
src/components/repo-generator/preview.tsx:12
FunctionRepoSelector
({ onSelect, onBack }: RepoSelectorProps)
src/components/repo-generator/repo-selector.tsx:32
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:22
FunctionScreenshotsSection
()
src/components/repo-generator/sections/screenshots.tsx:12
FunctionScrollArea
({ className, children, ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Root>)
src/components/ui/scroll-area.tsx:8
FunctionScrollBar
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof ScrollAreaPrimitive.Scro
src/components/ui/scroll-area.tsx:31
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
src/components/ui/select.tsx:9
FunctionSelectContent
({ className, children, position = "item-aligned", align = "center", ...props }: React.ComponentProp
src/components/ui/select.tsx:53
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
src/components/ui/select.tsx:15
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
src/components/ui/select.tsx:103
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
src/components/ui/select.tsx:90
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
src/components/ui/select.tsx:161
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
src/components/ui/select.tsx:143
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
src/components/ui/select.tsx:130
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
src/components/ui/select.tsx:27
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
src/components/ui/select.tsx:21
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: React.ComponentProps<typeof S
src/components/ui/separator.tsx:8
FunctionSkillBadge
({ name, selected, onClick }: { name: string; selected: boolean; onClick: () => void })
src/components/generator/sections/skills.tsx:43
FunctionSkillsSection
()
src/components/generator/sections/skills.tsx:24
FunctionSocialsSection
()
src/components/generator/sections/socials.tsx:22
FunctionSplineScene
({ scene, className }: SplineSceneProps)
src/components/ui/splite.tsx:11
FunctionSplineSceneBasic
()
src/components/demo.tsx:13
FunctionSpotlight
({ className, fill }: SpotlightProps)
src/components/ui/spotlight.tsx:9
FunctionStatCard
({ title, emoji, enabled, onToggle, theme, onThemeChange,
src/components/generator/sections/stats.tsx:26
FunctionStatsSection
()
src/components/generator/sections/stats.tsx:17
next →1–100 of 130, ranked by callers