Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwanhooo/metrics-backend
A Backend component of the `Software Metrics Tool`
https://github.com/kwanhooo/metrics-backend
java metrics oop
Last synced: 26 days ago
JSON representation
A Backend component of the `Software Metrics Tool`
- Host: GitHub
- URL: https://github.com/kwanhooo/metrics-backend
- Owner: Kwanhooo
- License: mit
- Created: 2023-04-19T10:47:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T07:19:47.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T23:12:26.376Z (3 months ago)
- Topics: java, metrics, oop
- Language: Java
- Homepage: https://metrics.0xCAFEBABE.cn
- Size: 138 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Software Metrics后端集成 ![visitors](https://visitor-badge.glitch.me/badge?page_id=Kwanhooo.Metrics-Backend)
[//]: # (`出于安全考虑,部分配置文件以及敏感信息已从源代码中抹去`)
### —— Software Metrics @Backend
_本项目的开发工作起始于:2023 年 4 月_
## 📔 自述
本项目透过`Antlr 4 语法分析树`实现对Java语言的`传统软件度量`、`CK度量`(输入类图或者Java源码)、`LK度量`、`拓展度量`
> 2023 © [Software Metrics - Central South University](https://metrics.0xCAFEBABE.cn)
>
> Powered by [CSU, Org. or its affiliates.](https://www.csu.edu.cn/)## 🦾 源码
### 开发
```shell
# 提交代码# 1.添加暂存区
git add .# 2.提交代码
git commit -m [optional scope]:# 3.推送
git push
```## 🏃 状态
### 基本状态
![GitHub](https://img.shields.io/github/license/Kwanhooo/Metrics-Backend?style=for-the-badge)
![Website](https://img.shields.io/website?label=prod-services&style=for-the-badge&url=https://metrics.0xcafebabe.cn)
---
### 开发状态
![GitHub deployments](https://img.shields.io/github/deployments/Kwanhooo/Metrics-Backend/Production?label=Dev-Env%20deploy&style=for-the-badge)
![GitHub branch checks state](https://img.shields.io/github/checks-status/Kwanhooo/Metrics-Backend/main?label=master%20%E5%88%86%E6%94%AF%E6%A3%80%E6%9F%A5&style=for-the-badge)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Kwanhooo/Metrics-Backend/main?style=for-the-badge)
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/Kwanhooo/Metrics-Backend?style=for-the-badge)
![GitHub contributors](https://img.shields.io/github/contributors/Kwanhooo/Metrics-Backend?style=for-the-badge)
---
### 仓库统计
![GitHub language count](https://img.shields.io/github/languages/count/Kwanhooo/Metrics-Backend?style=for-the-badge)
![GitHub repo size](https://img.shields.io/github/repo-size/Kwanhooo/Metrics-Backend?style=for-the-badge)
![Lines of code](https://img.shields.io/tokei/lines/github/Kwanhooo/Metrics-Backend?style=for-the-badge)