modern-dev-cli

1.0.10 • Public • Published

🛠️ Modern Dev CLI

A modern, comprehensive command-line toolkit that streamlines your development workflow with powerful automation features.

⚡️ 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

📦 Installation

# Install globally (recommended)
npm install -g modern-dev-cli

# Or install locally in your project
npm install modern-dev-cli

🚀 Quick Start

# 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"

💻 Command Reference

Project Commands

# Create new project
devtk create-project <name>

# Start dev server
devtk project -s <port>

Git Commands

# Quick status
devtk git-status

# Smart commit
devtk quick-commit "feat: add new feature"

# Branch operations
devtk git -b new-branch

File Operations

# Bulk rename
devtk rename <directory> -s "search" -r "replace"

# Search and replace in files
devtk file --search-replace <directory> -s "old" -r "new"

⚙️ Configuration

Configure through:

  • .env files
  • Command line flags
  • Configuration files

🔧 System Requirements

  • Node.js >= 18.0.0
  • Git (for version control features)

📝 License

MIT

☕ Support

If you find this tool helpful, consider buying me a coffee!

Support this project:

Buy Me A Coffee

Package Sidebar

Install

npm i modern-dev-cli

Weekly Downloads

31

Version

1.0.10

License

MIT

Unpacked Size

10.4 kB

Total Files

9

Last publish

Collaborators

  • happyvibess