WP Manifestindependent plugin directory
manifest / content / bc-recipe-calculator

BC Recipe Calculator archived

Custom post type for recipes with calculator functionality

by BC Recipe Calculator · github.com/bacoords/bc-recipe-calculator

4stars
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/bacoords/bc-recipe-calculator/archive/refs/heads/main.zip

Readme

BC Recipe Calculator

A WordPress plugin that provides a custom recipe management system with cost calculation functionality. Built with React, DataViews, and WordPress REST API.

Features

  • Store Recipe and Ingredient Costs Custom screen for managing recipes and ingredients
  • Cost Calculation: Automatic calculation of recipe costs based on ingredient prices and quantities
  • REST API Integration: Full REST API support for recipes and ingredients
  • Serving Calculator: Calculate cost per serving based on recipe yield
  • COGS Integration Easily push recipe costs to products and variatons
  • MCP Integration Tools for managing recipes via MCP

Development

Development Commands

# Start development server with hot reloading
npm run start

# Build for production
npm run build

# Watch for changes and rebuild
npm run build -- --watch

License

This project is licensed under the GPL v2 or later.

Changelog

View the full changelog.


Note: This plugin requires WordPress 6.8+ and PHP 7.4+ for optimal functionality.

Read the full README on GitHub →