create-pphlx
v1.0.9
Published
Interactive scaffolder CLI for PPHLX applications
Readme
create-pphlx
Scaffolder for PPHLX Monolithic PHP Web Applications.
Quick Start
Get your project up and running in seconds:
# Recommended!
npm create pphlx@latest my-app
# Or using npx:
npx create-pphlx my-appThen navigate into your project directory and start developing:
cd my-app
npm install
npm run devFeatures
- ⚡ Zero Configuration: Automatically sets up
package.jsonscripts (dev,build,start,watch,preview,check). - 📁 Monolithic Template Structure: Scaffolds
layouts/Layout.pphx,components/, andindex.pphx. - 🔌 Vite Integration Ready: Auto-configures
pphlx.vite.config.mjsandpphlx.config.json. - 🚀 Zero Node.js Runtime in Production: Compiles to standalone, high-performance PHP templates.
License
MIT © PPHLX
