Tenka 点火 - Mojo package manager
https://github.com/shivasankarka/Tenka/tree/main
This is my attempt at a
Conda
like package manager for Mojo🔥. While there could be an official package manager in future, I appreciate an organized system and wanted to try my take on this problem and learn something along the way. It currently supports essential features like create
, activate
, deactivate
, remove
environments, install and uninstall Mojo packages directly from GitHub into designated environments. Please look at README for details on features and limitations. One of my top priorities right now is to figure out how to support installing different versions of Mojo in different environments. Future plans also include porting this code to pure Mojo. If you're interested in contributing, your input is greatly appreciated! Feel free to reach out on Discord or contribute directly via GitHub by creating issues or pull requests. Have a wonderful day, fellow Mojicians!GitHub
GitHub - shivasankarka/Tenka: A package manager for Mojo programmin...
A package manager for Mojo programming language written in python. - GitHub - shivasankarka/Tenka: A package manager for Mojo programming language written in python.
1 Reply
🎉 Announcing Tenka v0.1 - A Package Manager for Mojo 🔥
Hey Mojicians! I'm excited to introduce Tenka, a package manager for Mojo. Here's what you can do with this first release:
✨ Key Features:
• Create, activate, and manage multiple Mojo environments with different Mojo versions
• Search, install, and uninstall Mojo packages from Github
• Package your local Mojo files and add them to the active environment
• Easy-to-use CLI tool
🚀 Getting Started
Please check out the README for a detailed explanation of all features and Installation procedure, It's easy to install and use!
GitHub: https://github.com/shivasankarka/Tenka
Tenka is just getting started, and we'd love your feedback! Try it out and let us know what you think. If you're interested in contributing, please reach out. Feel free to open an issue or make a PR if you have any ideas or suggestions.
Together, we can become better Mojicians 🪄
GitHub
GitHub - shivasankarka/Tenka: A package manager for Mojo programmin...
A package manager for Mojo programming language written in python. - GitHub - shivasankarka/Tenka: A package manager for Mojo programming language written in python.