create-forgewp
v0.3.0
Published
Scaffold a ForgeWP React + Tailwind WordPress theme project
Readme
create-forgewp 🚀
The official initializer for ForgeWP themes.
Scaffold a high-performance, React-powered WordPress theme project in seconds. Featuring Vite, Tailwind CSS 4, and a pre-configured WordPress template engine.
🏁 Quick Start
npx create-forgewpOr with specific options:
npx create-forgewp my-new-theme --yes
# Or
npx create-forgewp --projectName my-new-theme🛠️ What's Included?
- Vite 6 Dev Server with HMR.
- Tailwind CSS 4 with the "Sharp Edge" preset.
- WordPress Compiler for one-click theme generation.
- Component Registry integration (shadcn/ui compatible).
- TypeScript configured for React 19.
📖 Usage
Usage:
npm init @forgewp [project-directory] [options]
Options:
-y, --yes Use defaults (skip prompts)
--no-install Skip dependency install
-h, --help Show helpBuilt with ❤️ for the WordPress Community.
