{"id":22624669,"url":"https://github.com/barrettotte/codebase-scanner","last_synced_at":"2026-01-08T11:02:47.910Z","repository":{"id":114089821,"uuid":"141918370","full_name":"barrettotte/Codebase-Scanner","owner":"barrettotte","description":"Scans ColdFusion(cftag and cfscript) and Javascript files for declared functions. Outputs in html and/or text file the total functions found, files scanned, lines scanned. ","archived":false,"fork":false,"pushed_at":"2018-09-23T02:54:35.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-03T13:13:26.023Z","etag":null,"topics":["cfc","cfscript","code-scan","coldfusion","scanner"],"latest_commit_sha":null,"homepage":"","language":"ColdFusion","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barrettotte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2018-07-22T17:55:07.000Z","updated_at":"2018-09-23T02:54:36.000Z","dependencies_parsed_at":"2023-06-12T13:45:31.536Z","dependency_job_id":null,"html_url":"https://github.com/barrettotte/Codebase-Scanner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FCodebase-Scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FCodebase-Scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FCodebase-Scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barrettotte%2FCodebase-Scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barrettotte","download_url":"https://codeload.github.com/barrettotte/Codebase-Scanner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246131335,"owners_count":20728303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cfc","cfscript","code-scan","coldfusion","scanner"],"created_at":"2024-12-09T00:17:19.632Z","updated_at":"2026-01-08T11:02:47.852Z","avatar_url":"https://github.com/barrettotte.png","language":"ColdFusion","readme":"# Codebase-Scanner\n\n* Scans ColdFusion(cftag and cfscript) and Javascript files for declared functions.\n* Outputs in html and/or text file the total functions found, files scanned, lines scanned.\n* Two sample text scans are found in **index.cfm**. \n* The javascript one has been changed to keep company information out of it.\n\n# To Do\n* Create some javascript test files\n* Finish javascript files --- nested js functions are giving me a little trouble\n* Add a 'GENERAL' scan to give description of codebase by each file extension (.cfc, .cfm, .css, .txt)\n* Cleanup cftag function output\n\n# Usage\n``` ColdFusion\n local.scanner = createObject('component', 'Code-Scanner').init();\n local.basePath = 'c:\\source\\cfmx\\wwwroot\\test\\barrett\\'; \n\n local.scanOptions = {\n   scanTitle: '\u003ch2\u003eColdFusion Test\u003c/h2\u003e',\n   scanType: 'ColdFusion',\n   outPath: local.basePath \u0026 'Code-Scanner\\resultsCF',\n   scanTarget: [\n       'C:\\source\\cfmx\\wwwroot\\test\\barrett\\'\n   ],\n   excludeContaining: [\n       '_combined'\n   ],\n   showHtml: true,\n   sizeUnits: 'Bytes'\n };\n local.scanResults = local.scanner.scan(local.scanOptions);\n```\n# Screenshots\n\n## ColdFusion Scan In Progress\n![screenshots](https://user-images.githubusercontent.com/15623775/43048614-7d4a9860-8db8-11e8-810d-1081ea4644f5.PNG)\n\n## ColdFusion Scan Results\n![screenshots02](https://user-images.githubusercontent.com/15623775/43048619-87060efc-8db8-11e8-8513-6b5079935b29.PNG)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrettotte%2Fcodebase-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarrettotte%2Fcodebase-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarrettotte%2Fcodebase-scanner/lists"}