create-peyek-app
v2.1.1
Published
CLI to scaffold a new P.E.Y.E.K project
Readme
Create Peyek App
The official CLI scaffolding tool for the P.E.Y.E.K framework. Start building ultra-premium web applications, SaaS dashboards, and UI platforms instantly.
Features
- Instant Setup: Generates a fully configured workspace in seconds.
- Modern Defaults: Comes pre-configured with the latest build tools.
- Ecosystem Ready: Automatically links to the entire
@rterizz23P.E.Y.E.K ecosystem.
Installation & Usage
You don't need to install this globally. Just use npx:
npx create-peyek-app@latest my-new-project
cd my-new-project
npm install
npm run devWhat's Included?
- Development Server
- Pre-configured
index.htmlandmain.js - Core P.E.Y.E.K Dependencies (
@rterizz23/core,@rterizz23/ui-builder)
