Building a .mojopkg
Bundle a package for reuse.
From Files to a Package
Sharing loose files is fragile. Mojo lets you bundle a folder of modules into one tidy package artifact. 📦
A Package Is a Folder
A package is a directory of related modules treated as a single importable unit, much like a folder of files.
All lessons in this course
- Modules and Imports
- Building a .mojopkg
- Public APIs and Structure
- Project Layout Best Practices