lumide 1.0.0+1
lumide: ^1.0.0+1 copied to clipboard
A delightful cross-platform CLI for installing, managing, and launching the Lumide IDE.
Lumide CLI #
lumide is a delightful cross-platform CLI for installing, managing, and launching Lumide.
Built for speed and developer happiness, the Lumide CLI ensures you spend less time setting up and more time coding.
Features #
- Cross-Platform: Support for macOS (DMG), Windows (Zip), and Linux (Zip/Tar.gz).
- Beautiful TUI: Powered by nocterm terminal interface with smooth animations.
- Smart Path Resolution: Launch into any directory with
lumide .—handles absolute paths and case-sensitivity automatically. - Auto-Install: Smart detection offers to set up Lumide if it's missing when you try to launch.
- Health Checks:
lumide doctorhelps diagnose your environment and SDK paths. - Desktop Integration: Automatic
.desktopentry and icon setup for Linux users.
Installation #
dart pub global activate lumide
Quick Start #
# Launch Lumide in the current directory (installs if missing!)
lumide .
# Check your environment
lumide doctor
# Just install/update
lumide install
# Perform a silent installation
lumide install --silent
Commands #
| Command | Description |
|---|---|
lumide launch <path> |
Open a directory or file in Lumide (default command). |
lumide install |
Download and set up the latest Lumide release. |
lumide doctor |
Verify installation status and system SDKs. |
lumide help |
Show available commands and options. |
Options #
-s, --silent: Skip the terminal UI for automated installs.--install-dir: Specify a custom installation location.--force: Force a fresh installation over an existing one.
Happy Coding! 🦊❤️ #
Made with ❤️ by SoFluffy