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

gitmorph

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitmorph

GitMorph CLI — work with gitmorph.com from the command line

latest
npmnpm
Version
0.2.6
Version published
Weekly downloads
11
-21.43%
Maintainers
1
Weekly downloads
 
Created
Source

GitMorph CLI

Command-line tool for gitmorph.com. Manage repos, issues, PRs, CI/CD, and more from your terminal.

Install

npm i -g gitmorph

Or with curl:

curl -fsSL https://gitmorph.com/cli/install.sh | sh

Or with Homebrew:

brew install morphllm/tap/gm

Usage

# Authenticate
gm auth login

# Repositories
gm repo list
gm repo create my-project
gm repo clone owner/repo

# Issues
gm issue list
gm issue create --title "Bug report"

# Pull requests
gm pr list
gm pr create --title "Feature" --base main

# CI/CD
gm workflow list
gm run list

# Search
gm search code "function"
gm search repos "keyword"

Run gm --help for the full command list.

Requirements

macOS (arm64, x64) or Linux (arm64, x64). The npm package downloads a prebuilt binary during install.

Keywords

gitmorph

FAQs

Package last updated on 04 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