modern-dev-cli
Version:
A modern, comprehensive CLI toolkit for streamlining development workflows with Git operations, project scaffolding, and file management
101 lines (71 loc) • 1.94 kB
Markdown
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
```bash
npm install -g modern-dev-cli
npm install modern-dev-cli
```
```bash
devtk create-project my-awesome-app
devtk git-status
devtk rename ./src -s ".js" -r ".ts"
```
```bash
devtk create-project <name>
devtk project -s <port>
```
```bash
devtk git-status
devtk quick-commit "feat: add new feature"
devtk git -b new-branch
```
```bash
devtk rename <directory> -s "search" -r "replace"
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:
- [Buy Me A Coffee](https://buymeacoffee.com/happyvibess)
- [Quick Link](https://bmc.link/happyvibess)
<a href="https://buymeacoffee.com/happyvibess" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="217" height="60"></a>