A production-ready open-source ecosystem, reviewed by Codlook.
Both install from GitHub. The difference is where it's stored and how it's included.
| Feature | Module | Package |
|---|---|---|
| Scope | Global — across all projects | Per-project — only in that project |
| Install | lk module install github.com/... | lk install github.com/... |
| Install location | ~/.look/modules/<name>/ | pkg/<name>/ |
| In code | use name | use "pkg/name" |
| What for? | General tools: crypto, mail, cache… | Project-specific: auth, CMS, SDK… |
You don't even need a GitHub account. Copy the command, paste it into your terminal.