{"id":22893551,"url":"https://github.com/sergeylukin/codescore","last_synced_at":"2025-03-31T22:36:31.897Z","repository":{"id":57202493,"uuid":"288292688","full_name":"sergeylukin/codescore","owner":"sergeylukin","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-21T22:32:40.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-08T08:48:02.779Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sergeylukin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-17T21:45:00.000Z","updated_at":"2022-01-21T22:32:24.000Z","dependencies_parsed_at":"2022-09-15T13:21:49.328Z","dependency_job_id":null,"html_url":"https://github.com/sergeylukin/codescore","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeylukin%2Fcodescore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeylukin%2Fcodescore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeylukin%2Fcodescore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergeylukin%2Fcodescore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergeylukin","download_url":"https://codeload.github.com/sergeylukin/codescore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246552975,"owners_count":20795835,"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":[],"created_at":"2024-12-13T23:14:42.913Z","updated_at":"2025-03-31T22:36:31.865Z","avatar_url":"https://github.com/sergeylukin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeScore\n\nCodebase statistics, metrics, KPIs\n\n## Description :\n\nCodeScore is a CLI that can be used to easily collect \u0026 export various \n\n## Supported commands :\n\n  - `count` - returns number of lines of code\n\n## Usage :\n\n```javascript\n$ codescore count --path=./ --group='\u003cgroup name\u003e \u003cdir regex pattern\u003e \u003cfiles Regex\u003e' --group=...\n```\n\n![](https://github.com/sergeylukin/codescore/raw/master/usage.gif)\n\n### Simple Example\n\nWill print LOC for all JS files inside `./src`:\n\n```javascript\n$ yarn add codescore\n$ ./node_modules/.bin/codescore count --path=./ --group='MySourceCode src .*js$'\n```\n\nOutput:\n\n```\n[ { name: 'MySourceCode', count: 8932 } ]\n```\n\nTo be continued with more advanced examples...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeylukin%2Fcodescore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergeylukin%2Fcodescore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergeylukin%2Fcodescore/lists"}