Skip to content

Commit b8b5c87

Browse files
committed
New logo
1 parent 39f547f commit b8b5c87

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/assets/remove-bg-preview.png

210 KB
Loading

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<p align="center">
2-
<img src=".github/assets/logo.svg" alt="logo">
2+
<img src=".github/assets/remove-bg-preview.png" alt="logo">
33
</p>
44

5-
# Needle
5+
# 🌱 Needle ![Test Coverage](https://img.shields.io/badge/Test%20Coverage-prima-pink?&style=plastic) ![Hyves](https://img.shields.io/badge/Hyves-follow-green?labelColor=GREEN&style=social)
66

77
Needle is an ultra-lightweight dependency injection framework for Java, similar to Spring. It simplifies the management of dependencies in your application, making your code more modular, testable, and maintainable.
88

9-
## Features
9+
## Features
1010

1111
- **Lightweight**: Minimal overhead, designed to be fast and efficient.
1212
- **Annotation-based**: Use simple annotations to define dependencies.
1313
- **Automatic Dependency Resolution**: Automatically resolves and injects dependencies.
1414
- **Integration**: Easily integrates with other frameworks and libraries.
1515

16-
## Usage
16+
## 🚀 Usage
1717

18-
### Main class Example
18+
### 📘 Main class Example
1919

2020
```java
2121
public class Main {
@@ -25,7 +25,7 @@ public class Main {
2525
}
2626
```
2727

28-
### Class components Example
28+
### 📙 Class components Example
2929

3030
```java
3131
@Component
@@ -34,7 +34,7 @@ public class ExampleService {
3434
private String name;
3535
}
3636
```
37-
### Method components Example
37+
### 📗 Method components Example
3838

3939
```java
4040
@Component
@@ -48,7 +48,7 @@ public class SampleConfig {
4848

4949
```
5050

51-
### Defining Dependencies
51+
### 📕 Defining Dependencies
5252

5353
```java
5454

@@ -72,7 +72,7 @@ public class SampleService {
7272
}
7373
```
7474

75-
## Installation
75+
## 📦 Installation
7676

7777
Add the following dependency to your Maven project:
7878

@@ -84,11 +84,11 @@ Add the following dependency to your Maven project:
8484
</dependency>
8585
```
8686

87-
## Contributing
87+
## 🤝 Contributing
8888

8989
Contributions are welcome! Please feel free to submit a Pull Request.
9090

91-
## License
91+
## 📄 License
9292

9393
This project is licensed under the MIT License - see the LICENSE file for details.
9494
```

0 commit comments

Comments
 (0)