nunomaduro / termwind

🍃 In short, it's like Tailwind CSS, but for the PHP command-line applications.
MIT License
2.27k stars 76 forks source link

Contributor Tools and Docs Refactor #167

Closed WendellAdriel closed 1 year ago

WendellAdriel commented 1 year ago

In my last PR I added a Makefile that was running the same commands as the composer scripts, but I realized this is not good because it means it would have to be maintained in both places. This PR is refactoring the Makefile to use the composer scripts instead. It's also adding the needed files to be ignored in the .gitattributes file and I created a new install command to make it easier for the contributors to install the dependencies and updated the contributing docs for it.