Skip to content

Extra-Chill/homeboy-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homeboy Modules

Installable modules for Homeboy that extend CLI tool support.

Available Modules

Module Tool Description
wordpress wp WP-CLI integration with database discovery
nodejs pm2 PM2 process management
rust cargo Cargo CLI integration
github gh GitHub CLI for issues, PRs, and repos

Installation

Clone or symlink modules to your Homeboy config directory:

# Clone the repo
git clone https://github.com/Extra-Chill/homeboy-modules.git

# Symlink a module
ln -s /path/to/homeboy-modules/github ~/.config/homeboy/modules/github

Usage

Once installed, use the module's tool against any component:

# WordPress
homeboy wp my-site plugin list

# Node.js
homeboy pm2 my-app restart

# Rust
homeboy cargo my-crate build

# GitHub
homeboy gh my-component issue list
homeboy gh my-component pr status

Creating Modules

Each module is a directory containing a homeboy.json manifest. See existing modules for examples.

About

Installable modules for Homeboy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published