Articles by Tag #makefile

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Centralizing code quality commands in PHP projects: composer scripts vs Makefile

As PHP developers, we all agree that code quality matters. Whether it’s running tests, static...

Learn More 8 8Oct 8

The 90% Makefile

Contents: Introduction Project Setup Makefile Conclusion Introduction I've been doing...

Learn More 5 0May 5

Simplifiez vos workflows DevOps avec Task, le "Makefile" moderne

Aujourd'hui, on va parler d'un outil qui va changer votre façon de gérer vos workflows quotidiens :...

Learn More 4 0Oct 11

Automating Development Environment with Mise: Comprehensive Guide 💫

Easily Manage Tool Versions and Run Tasks Per Project

Learn More 0 0Mar 12

make npmi

I get bored pretty easily when I do repetitive things and try to automate them, this is one of them,...

Learn More 0 0Feb 7

Makefile Generator (DottyComfile)

Maintaining build scripts for multiple languages can be repetitive and error-prone. What if a Python...

Learn More 0 0Sep 14

Task Runners for Projects

Many projects need to run arbitrary commands and tasks. In some projects, this is done by creating...

Learn More 0 0Dec 26 '24