Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@mp-lb/zapper

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mp-lb/zapper

A lightweight dev environment runner for local multi-service projects

Source
npmnpm
Version
0.15.0
Version published
Weekly downloads
349
104.09%
Maintainers
1
Weekly downloads
 
Created
Source

Zapper

Infrastructure as code for your local development environment.

Why Zapper?

One file, entire stack. Define processes, containers, environment variables, and tasks in a single zap.yaml. No more scattered terminal tabs, docker-compose files, Makefiles, and .env files across repos.

Zero mental overhead. Coming back to a project after months? zap up and you're running. No remembering which services to start, what ports they use, or where the logs are.

Resource-friendly. Spin up and tear down entire multi-service projects instantly. On a MacBook juggling multiple projects, this matters.

Detached logs. Built on PM2, so logs persist even if your terminal or editor crashes. Attach when you need them, detach when you don't. No dedicated terminal windows to babysit. This is much friendlier for AI agents too.

Editor integration. The Cursor/VSCode extension lets you start/stop services and view logs without leaving your editor.

Secure env vars. Centralize environment variables and whitelist which services see what. Secrets stay out of services that don't need them.

Documentation

  • Usage — Installation, configuration, CLI reference
  • Development — Contributing, testing, releases

Keywords

cli

FAQs

Package last updated on 30 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts