https://github.com/draconware-dev/linecount
A command-line tool to calculate the lines of code (loC) of software projects
https://github.com/draconware-dev/linecount
Last synced: about 2 months ago
JSON representation
A command-line tool to calculate the lines of code (loC) of software projects
- Host: GitHub
- URL: https://github.com/draconware-dev/linecount
- Owner: draconware-dev
- License: mit
- Created: 2024-03-16T10:44:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-20T16:55:47.000Z (2 months ago)
- Last Synced: 2026-03-21T08:20:22.322Z (2 months ago)
- Language: C#
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LineCount
[](https://github.com/draconware-dev/LineCount/actions/workflows/publish.yml)
[](https://github.com/draconware-dev/LineCount/actions/workflows/build.yml)
[](https://github.com/draconware-dev/LineCount/blob/main/LICENSE)
A command-line tool to calculate the lines of code (loC) of software projects.
## Submission
This project has been submitted as part of an application for a bachelor's degree in Software Engineering at the University of Stuttgart by the applicant Tim Clemens.
## Getting started
linecount may be installed by executing either install.sh on Linux or install.ps1 on Windows. Both scripts are present on the Releases page of each version.
## Contributing
Thank you genuinely for your interest in contributing to this project!
However, we do not currently accept contributions. This will change once we hit v1.0.0.
## License
Copyright (c) draconware-dev. All rights reserved.
Licensed under the [MIT License](LICENSE).