Releases: doshibadev/mosaic
Releases · doshibadev/mosaic
v0.2.0-beta.1
Mosaic v0.2.0-beta.1
This is the first public Beta release of Mosaic! 🎉
🚀 Key Features
- Package Management: init, install, remove, update, and list packages effortlessly.
- Registry: Centralized package hosting with search and version history.
- Safety First: Automatic dependency locking, SHA256 integrity checks, and deprecation warnings.
- Polytoria Integration: Injects scripts directly into your
.polyfiles. - Auto-Updates: Run
mosaic upgradeto get the latest version.
🛠 CLI Commands
mosaic install <pkg>: Add a dependency.mosaic publish: Share your code with the world.mosaic info <pkg>: View package details without installing.mosaic unpublish: Remove a version (within 24h).
📦 Installation
Windows (PowerShell):
irm https://getmosaic.run/install.ps1 | iexmacOS / Linux:
curl -fsSL https://getmosaic.run/install.sh | shNote: This is a beta release. Please report any issues on the Issue Tracker:
https://github.com/doshibadev/mosaic/issues