metacall / distributable-macos

MacOs redistributable for shipping MetaCall Core.
Apache License 2.0
1 stars 7 forks source link

Check Running Package Manager #8

Closed geek0ps closed 1 year ago

geek0ps commented 1 year ago

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

viferga commented 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.

geek0ps commented 1 year ago

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