One CLI to Rule Them All
I maintain 8 individual CLI tools (csv-toolkit-pro, json-tidy-pro, batch-image-tool, text-processor-pro, file-batch-toolkit, pdf-toolkit-pro, csv-processing-api-server, creator-automation-bot).
They're all useful individually. But typing 8 different command names is annoying.
CLI Toolkit Pro bundles all of them into one unified interface:
npx cli-toolkit-pro csv merge file1.csv file2.csv
npx cli-toolkit-pro json format data.json
npx cli-toolkit-pro image compress ./photos/
npx cli-toolkit-pro text replace ./logs/ "old" "new"
npx cli-toolkit-pro file rename ./downloads/ --pattern "doc-{n}"
npx cli-toolkit-pro pdf merge doc1.pdf doc2.pdf
What's Inside
| Module | Individual Package | CLI Toolkit Command |
|---|---|---|
| CSV/Excel | csv-toolkit-pro | cli-toolkit csv ... |
| JSON | json-tidy-pro | cli-toolkit json ... |
| Images | batch-image-tool | cli-toolkit image ... |
| Text | text-processor-pro | cli-toolkit text ... |
| Files | file-batch-toolkit | cli-toolkit file ... |
| PDFs | pdf-toolkit-pro | cli-toolkit pdf ... |
Installation
npm install -g cli-toolkit-pro
More Resources
- 🛠️ My tools & open-source projects: GitHub
- 📝 Blog & updates: TucaoWall
- ☁️ Deploy your own cloud server and get $25 credit: DigitalOcean
- 🐙 CLI Toolkit Pro (bundle of all my CLI tools): npm
- 💼 Hire me on Freelancer: a0982
Top comments (0)