Skip to content
@magic-scripts

Magic Scripts

Magic Scripts

Developer automation made simple.

A POSIX shell CLI for installing, managing, and sharing developer automation scripts.


Get Started

curl -fsSL https://raw.githubusercontent.com/magic-scripts/ms/main/setup.sh | sh

Then install commands:

ms install portcheck    # Check and kill processes by port
ms install pgadduser    # Set up PostgreSQL users and databases
ms install mschecksum   # Calculate SHA256 checksums

Available Commands

Command Description
portcheck Check and manage processes using specific ports
pgadduser PostgreSQL user and database setup
mschecksum SHA256 checksum calculator for Magic Scripts packages

How It Works

Commands are distributed as lightweight shell scripts via a 3-tier registry system:

ms.msreg  →  package.mspack  →  package.msver  →  script download

No binary dependencies. No build step. Just shell scripts.


Create Your Own Command

ms pub pack init mycommand \
  --description "What it does" \
  --author "Your Name" \
  --email "you@example.com" \
  --category utilities

See the ms-template and developer guide to get started.


Resources

  • ms — Core CLI and full documentation
  • ms-template — Starter template for new commands

Pinned Loading

  1. ms ms Public

    POSIX shell CLI for distributing and managing developer automation scripts

    Shell

Repositories

Showing 6 of 6 repositories

Top languages

Loading…

Most used topics

Loading…