Skip to content

Releases: ColColty/Makefile_Completer

Entire directories can be removed and requirements.txt

28 May 12:57
0ec25d9
Compare
Choose a tag to compare

Now we can install all the libraries thanks to a requirements.txt placed in scripts/ folder.
Now we can also remove a directory, and all the files in will also be removed.

Adding versioning on docker images

25 May 21:06
7f621a8
Compare
Choose a tag to compare

Adding the ability to push version tags on the docker hub of the project.
Now we can return to an old version if the new one is broken or have a problem.
It's a more substainable project now

Reformat code

25 May 17:32
48dca63
Compare
Choose a tag to compare

In this release, the code was reformated and optimized to handle more errors on parsing or finding the Makefile.
This version is more stable than the version before, thanks to a more modular code and more substainable code.

Option to compile with Makefile

06 May 17:21
b1c473e
Compare
Choose a tag to compare

Adding a Makefile that would help on create the docker image and the docker container.
I can also run tests on the program.
It can also stop all the containers previosly run with this option

Working Makefile completer

06 May 16:08
Compare
Choose a tag to compare

The program is working on a docker and only works on a base Makefile.
The repo of the docker image is: colcolty/makefile_completer