WP Manifestindependent plugin directory
manifest / themes / my-snow-monkey-boilerplate

My Snow Monkey

Development boilerplate for the My Snow Monkey WordPress plugin.

by foolish-pine · github.com/foolish-pine/my-snow-monkey-boilerplate

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/foolish-pine/my-snow-monkey-boilerplate/archive/refs/heads/main.zip

Declares an update source (https://snow-monkey.2inc.org), so updates arrive through the plugin's own updater.

From the readme

my-snow-monkey-boilerplate A development boilerplate based on the official My Snow Monkey plugin template. My Snow Monkey is an official plugin provided by the Snow Monkey theme team for customizing the Snow Monkey theme. This boilerplate provides a structured development environment with modern tooling for CSS processing, code linting, and automated workflows. Features - Modern CSS Pipeline: PostCSS with imports, nesting, and automatic vendor prefixing - Code Quality: Automated linting and formatting for PHP and CSS - Local Development: WordPress local environment with browser-sync live reload - Git Hooks: Pre-commit hooks for automatic code formatting and linting - Dependency Management: Automated dependency updates with Renovate Requirements - Docker - Volta - PHP 8.3 or later - Composer - Snow Monkey theme (purchased separately) Installation 1. Clone this repository: 1. Install Node.js dependencies and set up Git hooks: 3. Install PHP dependencies: Development Setup Starting Local WordPress Environment This project uses @wordpress/env for local development: The plugin will be automatically mapped to wp-content/plugins/my-snow-monkey in the WordPress installation.

Read the full README on GitHub →