Skip to content

digitalcube/search-blocks

 
 

Repository files navigation

Search Blocks

Getting started

% git clone https://github.com/digitalcube/search-blocks.git
% cd search-blocks
% npm install
% npm run postinstall
% npm start

Start WordPress using wp-env

We can control a local WordPress by these command.

# Start WordPress
% npm run wp:start

# Setup WordPress
% npm run wp:stop

# Delete WordPress
% npm run wp:destroy

# Execute WP-CLI on the WordPress container
% npm run wp:cli help

Release

% git pull origin main
% npm version [major|minor|patch]
# Update the plugin version
% vim search-blocks.php
# Update changelog
% vim readme.txt
% git push origin main --tags

When push the latest tag and publish the release in GitHub, the GitHub action will release the plugin to wp.org automatically.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.5%
  • PHP 10.3%
  • JavaScript 1.6%
  • Shell 0.6%