A modern, comprehensive command-line toolkit that streamlines your development workflow with powerful automation features.
- 🔄 Git Operations
- Smart status tracking
- Quick commit workflows
- Branch management
- 📁 Project Management
- Modern project scaffolding
- Development server setup
- Environment configuration
- 🔧 File Operations
- Bulk file renaming
- Advanced search and replace
- Structure management
# Install globally (recommended)
npm install -g modern-dev-cli
# Or install locally in your project
npm install modern-dev-cli
# Create a new project
devtk create-project my-awesome-app
# Check git status
devtk git-status
# Bulk rename files
devtk rename ./src -s ".js" -r ".ts"
# Create new project
devtk create-project <name>
# Start dev server
devtk project -s <port>
# Quick status
devtk git-status
# Smart commit
devtk quick-commit "feat: add new feature"
# Branch operations
devtk git -b new-branch
# Bulk rename
devtk rename <directory> -s "search" -r "replace"
# Search and replace in files
devtk file --search-replace <directory> -s "old" -r "new"
Configure through:
-
.env
files - Command line flags
- Configuration files
- Node.js >= 18.0.0
- Git (for version control features)
MIT
If you find this tool helpful, consider buying me a coffee!
Support this project: