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
We have a Mono-Repo. Where we have 30+ services (growing), Each of these services have its own Makefiles, Most build scripts are repeated there so changing anything takes many boring hours.
Now, Just come over this the justfiles. Is there any possibility to have extendability.
For example, We have a justfile with all those common functions we need for all micro-services. This justfile somehow refered/included to all other micro-service's justfiles.
Btw, thanks for making it. 👍🏾
The text was updated successfully, but these errors were encountered:
Unfortunately nothing like that is possible at the moment. Some kind of module system or import statement is a longstanding desire, but I just haven't done it yet. I really want to do it, because a lot of people have asked for it, but I can't promise any specific timeline Check out #383 for discussion of modules, and #237 for discussion of some kind of import statement.
We have a Mono-Repo. Where we have 30+ services (growing), Each of these services have its own
Makefiles
, Most build scripts are repeated there so changing anything takes many boring hours.Now, Just come over this the
justfiles
. Is there any possibility to have extendability.For example, We have a
justfile
with all those common functions we need for all micro-services. Thisjustfile
somehow refered/included to all other micro-service'sjustfiles
.Btw, thanks for making it. 👍🏾
The text was updated successfully, but these errors were encountered: