Skip to content

Commit

Permalink
Merge branch 'block-updates' of https://github.com/lightspeedwp/lsx-s…
Browse files Browse the repository at this point in the history
…tarter-plugin into block-updates
  • Loading branch information
krugazul committed Jan 29, 2025
2 parents 8ce1769 + 14bffc9 commit 8ad95e5
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# LSX Starter Plugin
LSX Starter Plugin for building LSX theme extensions.

First download this repo to a folder on your desktop.
- First download this repo to a folder on your desktop.

Create a new Github Repository with the slug "your-plugin"
Clone your Github repo to the wp-content/plugins/your-plugin
- Create a new Github Repository with the slug "your-plugin"
- Clone your Github repo to the wp-content/plugins/your-plugin

Next copy and paste the following files into "your-plugin" directory

![Screenshot 2025-01-29 at 16 14 53](https://github.com/user-attachments/assets/c431ae73-83fa-40e1-83b4-590d752ac784)

Do a case senstitive find and replace for the following.
- lsx_starter_plugin -> yp
- LSX_STARTER_PLUGIN -> YP
- lsx-starter-plugin -> your-plugin
- LSX Starter Plugin -> Your Plugin

Replace the following in all filenames
- lsx-starter-plugin -> your-plugin

0 comments on commit 8ad95e5

Please sign in to comment.