Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StepfenShawn/ShitCodify
/ functions
Functions
15 in github.com/StepfenShawn/ShitCodify
⨍
Functions
15
◇
Types & classes
3
↓ 2 callers
Function
getCommentTechniques
(style: string)
src/utils/styleRules.ts:33
↓ 2 callers
Function
getFrameworkStrategy
(framework: string)
src/prompt/frameworks/index.ts:61
↓ 2 callers
Function
getLanguageStrategy
(language: string)
src/prompt/languages/index.ts:53
↓ 2 callers
Function
getTransformationLevelDescription
(level: string)
src/utils/styleRules.ts:1
↓ 2 callers
Function
getVariableNamingTechniques
(style: string)
src/utils/styleRules.ts:16
↓ 1 callers
Function
extractTechniquesFromMarkdown
* 从Markdown文件中提取语言特定技巧 * @param content Markdown内容 * @returns 提取的技巧字符串
src/prompt/languages/index.ts:32
↓ 1 callers
Function
extractTechniquesFromMarkdown
(markdownContent: string)
src/prompt/frameworks/index.ts:45
↓ 1 callers
Function
generateFileStructureDescription
(files: FileNode[])
src/utils/promptGenerator.ts:104
↓ 1 callers
Function
traverseFiles
(nodes: FileNode[], depth: number = 0)
src/utils/promptGenerator.ts:107
Function
copyToClipboard
(text: string)
src/utils/promptGenerator.ts:204
Function
fileToNode
(file: File)
src/utils/promptGenerator.ts:185
Function
filesToTree
(files: File[])
src/utils/promptGenerator.ts:127
Function
generateCursorRules
(language: string, config: ShittyCodeConfig)
src/utils/cursorRulesGenerator.ts:31
Function
generatePrompt
( code: string, language: string, config: ShittyCodeConfig, files?: FileNode[] )
src/utils/promptGenerator.ts:37
Function
nodeToFile
(node: FileNode)
src/utils/promptGenerator.ts:194