{"id":15713516,"url":"https://github.com/kmilkevych/linecount","last_synced_at":"2025-03-30T18:46:31.285Z","repository":{"id":228676334,"uuid":"768842167","full_name":"KMilkevych/linecount","owner":"KMilkevych","description":"A tool to count lines of code in your projects and display the information in a fancy way","archived":false,"fork":false,"pushed_at":"2025-02-04T19:56:51.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T18:46:28.604Z","etag":null,"topics":["crystal","lines-of-code","project-management","statistics"],"latest_commit_sha":null,"homepage":"","language":"Crystal","has_issues":true,"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/KMilkevych.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}},"created_at":"2024-03-07T20:47:38.000Z","updated_at":"2025-02-04T19:56:54.000Z","dependencies_parsed_at":"2024-03-19T23:47:51.210Z","dependency_job_id":null,"html_url":"https://github.com/KMilkevych/linecount","commit_stats":null,"previous_names":["kmilkevych/linecount"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KMilkevych%2Flinecount","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KMilkevych%2Flinecount/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KMilkevych%2Flinecount/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KMilkevych%2Flinecount/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KMilkevych","download_url":"https://codeload.github.com/KMilkevych/linecount/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246365637,"owners_count":20765546,"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":["crystal","lines-of-code","project-management","statistics"],"created_at":"2024-10-03T21:31:52.578Z","updated_at":"2025-03-30T18:46:30.966Z","avatar_url":"https://github.com/KMilkevych.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# linecount\n\nA tool to summarize the type and amount of code written inside directories and files.\n\n## Installation\n\nBuild `linecount` using:\n``` sh\ncrystal build src/linecount.cr\n```\nthen run using:\n``` sh\n./linecount [flags] [files/directories]\n```\n\n## Usage\n\nThe tool can be executed as is, e.g. by running `./linecount` which will summarize the current directory with recursive descent.\n\nFiles can be specified by passing their names as arguments to the call:\n``` sh\n./linecount testfile.txt testdir1 testdir2\n```\n\nTo specify a maximum recursion depth use the `-d` or `--depth` flag:\n``` sh\n./linecount --depth 2 testdir\n```\nUsing `--depth 0` disables recursion and only examines the files in top-level.\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/KMilkevych/linecount/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n- [Kostiantyn Milkevych](https://github.com/KMilkevych) - creator and maintainer\n- [Peter Pisarczyk](https://github.com/ppisarczyk) - gist containing information on file formats and programming languages\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmilkevych%2Flinecount","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkmilkevych%2Flinecount","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmilkevych%2Flinecount/lists"}