Laravel Artisan for Node.js
Generate production-ready applications, infrastructure, and workflows with a single CLI.
npm i -g @mycli-cli/cli
my create my-app --yes
my create ecommerce --yes
my add ecommerce
my make module user
my add auth
my commit -m "feat: add auth"
my deploy secrets sync --provider vault --dry-run
Popular flows
- Ecommerce preset — create or
my add ecommerce - Secrets — AWS SM / Vault / GCP + runtime loader
- Plugins — 30 official plugins + marketplace
- Features — auth, RBAC, payments, search, observability
- Cloud deploy — Railway, Fly, Vercel, AWS, …
Documentation
- Getting started — install, create, daily commands
- Architecture — monorepo and package layout
- Plugin guide — authoring and marketplace
- Generators —
my makereference - Publishing — npm release workflow