Skip to content
View mjones129's full-sized avatar
Block or Report

Block or report mjones129

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mjones129/README.md

Howdy! I'm Matt

I'm a full stack developer with 5 years experience working on custom WordPress themes and plugins. Heavy terminal usage with over 6 years of experience in Linux. Obsessed with automation. Always willing to put the work in up front to build systems and processes that make devs lives easier in the future.

Some tools and plugins I've built

⏩ Themegen, a minimal, terminal-based theme generator for WordPress developers. https://github.com/mjones129/themegen

🔦 Simply Dark, a dark-mode plugin for the WordPress admin dashboard https://github.com/mjones129/simply-dark

🎛️ Automatic WordPress login, a CLI tool that opens a browser and logs in to any WordPress site with a single command. https://github.com/mjones129/puppeteer

I'm currently learning

🔎: SEO Certification 34%

📱: React Native 10% Coursework, experiments, and mini-apps: https://github.com/mjones129/rn-starter

📚: MySQL 100% Coursework: https://github.com/mjones129/sql-queries

Pinned Loading

  1. themegen themegen Public

    A simple WordPress Theme Generator

    JavaScript

  2. simply-dark simply-dark Public

    Minimal dark mode for wp-admin

    CSS

  3. puppeteer puppeteer Public

    Just a playground repo for learning puppeteer

    JavaScript

  4. Install Terminus Install Terminus
    1
    #!/bin/bash
    2
    
                  
    3
    
                  
    4
    #update all the things
    5
    sudo apt update &&