Closed geek0ps closed 1 year ago
@AsyncDeveloper245 I am gonna merge it but start first developing the tests. We should work as TDD methodology always, we should not be adding coded that it has not been tested or it is not tested through a CI.
Okay @viferga i will implemented the CI next and also work on the dependencies because I had some issues building the code initially because of the node dependencies
The PR is just an implemention of some TODOS in the metacall file. This PR checks if there's a running package manager: run it if there's one or continue with execution of metacall CLI if there's no package manager currently running. The PR also add package manager paths for python and ruby.
@viferga