Poor persons package management in Mojo
This is a blog post which includes a bash script I use to check out modules from Github.
https://medium.com/@mzaks/poor-persons-package-management-in-mojo-8671aa6e420a
Medium
Poor persons package management in Mojo
As you might have noticed, if you followed my last few posts, I am currently exploring the new programming language called Mojo.
1 Reply
I did something similar a while back where I wrote a shell script that downloads mojopkg files from github repos. Note that it skips the first line of the file so that I could leave a comment in the requirements.txt.
requirements.txt:
Theres also a powershell script for the few windows users who may ever see it:
It also only deals with .mojopkg files instead of just downloading the repo