
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
modern-dev-cli
Advanced tools
A modern, comprehensive CLI toolkit for streamlining development workflows with Git operations, project scaffolding, and file management
A modern, comprehensive command-line toolkit that streamlines your development workflow with powerful automation features.
# 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 filesMIT
If you find this tool helpful, consider buying me a coffee!
Support this project:
FAQs
A modern, comprehensive CLI toolkit for streamlining development workflows with Git operations, project scaffolding, and file management
We found that modern-dev-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.