julienjovy/devx
最新稳定版本:v0.2.3
Composer 安装命令:
composer require julienjovy/devx
包简介
Universal CLI tool to automate dev setup and maintenance (Laravel, Nuxt, Composer, ...)
README 文档
README
The Laravel-friendly CLI to automate development environments. From initializing fullstack apps (Laravel + Nuxt) to updating dependencies, devx does the boring stuff for you.
🚀 What is devx?
devx is a command-line tool that helps developers quickly set up, maintain, and scale local development environments.
It (or will) supports:
- PHP framework scaffolding
- JS / TS frontend pairing
- Composer and Node/NPM automation
- Custom aliases,
.bashrcgeneration, OTP/OAuth setup - And more to come...
🧰 Installation
composer global require julienjovy/devx
Make sure your global Composer bin directory is in your $PATH:
-
Linux/macOS:
export PATH="$HOME/.config/composer/vendor/bin:$PATH"
-
Windows (PowerShell):
set PATH=%APPDATA%\Composer\vendor\bin;%PATH%
Once installed, use devx from anywhere:
devx --help
⚙️ Available Commands
🏗️ Scaffold a Laravel + Nuxt fullstack app
devx install --stack=laravel-nuxt --project=my-app --mode=split
Options:
--stack=laravel-nuxt|laravel-only--mode=split|fullstacksplit= frontend & backend in separate foldersfullstack= front (e.g. Vite/Blade) inside Laravel app
🏗️ Generate aliases for you favorite tools
devx alias
devx alias:kube (can be shortened to alias:k)
devx alias:docker (can be shortened to alias:d)
🧪 Environment checks
devx doctor
Checks:
- PHP, Composer, Node, NPM, NVM
- Docker installed?
- Laravel tools present?
💬 Feedback
Made with ❤️ && ☕ by Julien Jovy
Pull requests welcome.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-05-17