dev-cli

Installation
SKILL.md

dev CLI User Guide

dev is a CLI tool for development environment management. It automates project setup, runs dev servers, test suites, linters, and manages project lifecycle through a single unified interface.

Quick Start

cd my-project
dev init          # Generate a dev.yml (interactive, detects your project)
dev up            # Provision the development environment
dev server        # Start the dev server
dev test          # Run the test suite

Commands

Installs
1
GitHub Stars
12
First Seen
Apr 1, 2026
dev-cli — bostonaholic/dotfiles