You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project use [Pest](https://pestphp.com/) for testing.
67
67
```bash
68
68
composer test
69
69
```
70
70
71
-
## Contribute
71
+
## 👥 Contribute
72
72
This project follows PSR coding style. You can use `composer pint` to apply.
73
73
74
74
All tests are executed with pest. Use `composer pest`
75
75
76
76
It's recommended to execute `composer qa` before commiting (alias for executing Pint and Pest)
77
77
78
-
## Build from sources
78
+
## 🔧 Build from sources
79
79
This project use [box](https://github.com/box-project/box), [php-static-cli](https://github.com/crazywhalecc/static-php-cli) and [php-micro](https://github.com/dixyes/phpmicro).
80
80
A build script has been created to build the project. (tested only on macOS x86_64)
81
81
@@ -95,12 +95,12 @@ Then you can build the binary that you can retrieve in `build/bin/`
95
95
[//]: #(act -j build-linux-arm-binary)
96
96
97
97
[//]: #(```)
98
-
## Roadmap
98
+
## 📋 Roadmap
99
99
Pull requests are welcome! Here are some ideas to get you started:
100
100
- Use Symfony Console for better ui
101
101
- Publish on Homebrew
102
102
103
-
## Credits
103
+
## 👥 Credits
104
104
105
105
**svgtinyps** was created by Eser DENIZ.
106
106
@@ -109,6 +109,6 @@ of [authindicators/svg-ps-converters](https://github.com/authindicators/svg-ps-c
109
109
110
110
Thanks to [gilbarbara/logos](https://github.com/gilbarbara/logos) for the logos used in the tests.
111
111
112
-
## License
112
+
## 📝 License
113
113
114
114
**svgtinyps** PHP is licensed under the MIT License. See LICENSE for more information.
0 commit comments