New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

modern-dev-cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modern-dev-cli

A modern, comprehensive CLI toolkit for streamlining development workflows with Git operations, project scaffolding, and file management

latest
Source
npmnpm
Version
1.0.10
Version published
Maintainers
1
Created
Source

🛠️ 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
  • Quick Link

Buy Me A Coffee

Keywords

development

FAQs

Package last updated on 31 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts