Tenka v0.1 - Mojo Package Manager
Tenka is a powerful and user-friendly package manager for the Mojo programming language. This initial release provides essential functionality for managing Mojo environments and packages.
Features:
-
Environment Management:
- Create new Mojo environments with different Mojo versions
- Delete existing environments
- Activate and deactivate environments
- List all available environments
-
Package Handling:
- Search for Mojo packages
- Install packages in the current environment
- Uninstall packages from the current environment
- List all installed packages
-
Custom Packaging:
- Package local Mojo modules and add them to the current environment
-
Environment Information:
- Display current active environment and Mojo version
-
User-Friendly CLI:
- Intuitive command-line interface with color-coded output
- Helpful usage information and command descriptions
This release lays the foundation for efficient Mojo development workflow, allowing developers to easily manage multiple Mojo versions and packages across different projects.
Tenka v0.1 is a significant step towards streamlining Mojo development environments and package management. We welcome feedback and contributions from the Mojo community to help shape the future of this tool.