Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elcarrillo authored Dec 1, 2024
1 parent 3f053e2 commit 65504d7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ StructPy is a Python-based command-line tool designed for academics and scientis

---

[![Python](https://img.shields.io/badge/python-3.8%2B-blue)](https://python.org)
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
[![Last Commit](https://img.shields.io/github/last-commit/elcarrillo/StructPy)](https://github.com/elcarrillo/StructPy)
[![Open Issues](https://img.shields.io/github/issues/elcarrillo/StructPy)](https://github.com/elcarrillo/StructPy/issues)
[![Stars](https://img.shields.io/github/stars/elcarrillo/StructPy?style=social)](https://github.com/elcarrillo/StructPy/stargazers)
[![Code Quality](https://img.shields.io/codefactor/grade/github/elcarrillo/StructPy)](https://www.codefactor.io/repository/github/elcarrillo/StructPy)


## **Features**

1. **Create Project Directory Structures**:
Expand Down Expand Up @@ -80,11 +88,12 @@ StructPy/
│ └── ...
├── .gitignore # Git ignore rules
├── LICENSE # License file
├── logo.png # package logo
├── README.md # Project documentation
├── requirements.txt # Project dependencies
├── pytest.ini # Pytest configuration
├── setup.py # Installation script
├── structpy_logo.png # Installation script
├── structpy_logo.png # Installation script
├── config.yaml # Main configuration file
├── CHANGELOG.md # changelog
Expand Down

0 comments on commit 65504d7

Please sign in to comment.