npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@codelive/installer

v1.0.0

Published

Modern installer tool for CodeLive development environment

Downloads

4

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.

CodeLive Installer

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/installer

Usage

# On macOS/Linux (requires sudo for Applications directory)
sudo codelive-installer

# On Windows (Run PowerShell as Administrator)
codelive-installer

The installer will:

  1. Check system requirements
  2. Install prerequisites if needed
  3. Clone the CodeLive repository
  4. Install dependencies
  5. Build the application
  6. 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

  1. Permission Errors
# Make sure to run with administrator privileges
sudo codelive-installer
  1. Build Failures
# Clean the installation and try again
sudo codelive-installer
  1. Port Conflicts
# Make sure ports 2150 and 5173 are available

Development

To contribute to the installer:

  1. Clone the repository
git clone https://github.com/yourusername/codelive-installer.git
cd codelive-installer
  1. Install dependencies
npm install
  1. Run locally
node index.js

License

MIT © Duran

Author

Duran - CodeLive