@codelive/installer
v1.0.0
Published
Modern installer tool for CodeLive development environment
Downloads
4
Maintainers
Readme
CodeLive Installer
A modern CLI tool for automatically setting up the CodeLive development environment. This installer provides a seamless setup experience with beautiful visuals and progress tracking.

Features
- 🎨 Beautiful CLI interface with progress tracking
- 🚀 Automatic installation of prerequisites (PNPM, Git)
- 📦 Workspace dependency management
- 🛠 Automated build process
- 🔄 System requirement verification
- 💻 Cross-platform support (macOS, Windows, Linux)
Installation
# Install globally using npm
npm install -g @codelive/installer
# Or using yarn
yarn global add @codelive/installer
# Or using pnpm
pnpm add -g @codelive/installerUsage
# On macOS/Linux (requires sudo for Applications directory)
sudo codelive-installer
# On Windows (Run PowerShell as Administrator)
codelive-installerThe installer will:
- Check system requirements
- Install prerequisites if needed
- Clone the CodeLive repository
- Install dependencies
- Build the application
- Start the server automatically
System Requirements
- Node.js 18 or higher
- 1GB+ free disk space
- Internet connection
- Administrator/sudo privileges
Installation Locations
The installer will place CodeLive in your system's applications directory:
- macOS:
/Applications/srcbook - Windows:
%LOCALAPPDATA%\Programs\srcbook - Linux:
/opt/srcbook
Troubleshooting
Common Issues
- Permission Errors
# Make sure to run with administrator privileges
sudo codelive-installer- Build Failures
# Clean the installation and try again
sudo codelive-installer- Port Conflicts
# Make sure ports 2150 and 5173 are availableDevelopment
To contribute to the installer:
- Clone the repository
git clone https://github.com/yourusername/codelive-installer.git
cd codelive-installer- Install dependencies
npm install- Run locally
node index.jsLicense
MIT © Duran
Author
Duran - CodeLive
