An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# LineCount
[![Publish](https://github.com/draconware-dev/LineCount/actions/workflows/publish.yml/badge.svg)](https://github.com/draconware-dev/LineCount/actions/workflows/publish.yml)
[![Build](https://github.com/draconware-dev/LineCount/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/draconware-dev/LineCount/actions/workflows/build.yml)
[![GitHub License](https://img.shields.io/github/license/draconware-dev/LineCount)](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).