You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add quick demo and update README for clarity and usage instructions
This commit adds a quick demo section to the README.md to showcase the basic functionality of the CLI tool. It also updates the README with enhanced clarity and usage instructions.
The changes include:
- Adding a quick demo section that shows how to create an `index.html` file with WordPress template tags and then use the `phpgen build` command to generate a WordPress theme.
- Replacing `node src/index.js` with `phpgen` in the example commands to reflect the globally installed executable.
- Renaming the project description from 'PHP Theme Generator CLI' to 'WordPress Theme PHP Files Generator' in the README heading for better clarity.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,10 @@
2
2
3
3
## 1.0.0 (2025-08-09)
4
4
5
-
6
5
### Features
7
6
8
-
* Add CLI tool to generate WordPress themes from HTML ([f882b55](https://github.com/ioncakephper/php-theme-gen/commit/f882b55dc7d755eb808c49e61a36bce8d29be34b))
9
-
* Enhance README and package.json for clarity and discoverability ([8487c36](https://github.com/ioncakephper/php-theme-gen/commit/8487c3632b144f2cc4b7c453051b66ecd5aa2bfe))
7
+
- Add CLI tool to generate WordPress themes from HTML ([f882b55](https://github.com/ioncakephper/php-theme-gen/commit/f882b55dc7d755eb808c49e61a36bce8d29be34b))
8
+
- Enhance README and package.json for clarity and discoverability ([8487c36](https://github.com/ioncakephper/php-theme-gen/commit/8487c3632b144f2cc4b7c453051b66ecd5aa2bfe))
0 commit comments