Skip to content

litepacks/devkit-installer

Repository files navigation

DevKit Installer

Electron application that automatically downloads and installs Windows developer tools.

Features

  • Auto Update: Automatic update support with NSIS installer
  • Multi-Tool Support: Node.js, Git, VS Code and more
  • Silent Installation: Installation without user intervention
  • Modern UI: Dark theme and responsive design
  • Progress Tracking: Real-time download and installation status

Supported Tools

  • nvm-windows: Node.js version manager
  • Volta: Fast Node.js version manager
  • Git for Windows: Git command line tool
  • Visual Studio Code: Code editor
  • Node.js LTS: Latest long-term support Node.js

Installation

  1. Download the latest version from the Releases page
  2. Run the .exe file
  3. Follow the installation wizard

Development

# Install dependencies
npm install

# Run in development mode
npm run dev

# Production build
npm run build

# Windows installer only
npm run build:win

Technologies

  • Electron: Desktop application framework
  • TypeScript: Type-safe JavaScript
  • electron-builder: NSIS installer creation
  • electron-updater: Automatic updates
  • Vite: Fast build tool

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published