Project Mate CLI

A powerful project management command-line tool

npm install -g project-mate-cli

核心特性

Quick Project Launch

Currently supports npm script commands only

Unified Project Management

Fuzzy search for all projects and text, open with default editor

Git Branch Management

Manage branch notes and search similar branches globally with fuzzy words

Cross-platform Support

Run on any platform with convenient command line tools

安装指南

npm install -g project-mate-cli
npx project-mate-cli [command]

Usage Guide

pm search

Global multi-threaded fuzzy search

pm search keyword

pm br

Branch management assistant

pm br set "feature note"

pm run

Execute project scripts

pm run