DEV Community

Bobo
Bobo

Posted on

I Built a CLI Tool That Processes CSV, JSON, Images, and PDFs ? And I Dropped the Price to $0.99

CLI Toolkit Pro

I built a unified command-line tool for file processing.

What it does

Feature Free Pro
CSV merge/clean ? ?
JSON format/validate ? ?
Image compress/resize ? ?
PDF merge/split ? ?
File rename/organize ? ?
Text batch replace ? ?
Pipeline automation ? ?

Install

npm install -g cli-toolkit-pro
Enter fullscreen mode Exit fullscreen mode

Use

# Merge CSVs
toolkit csv merge sales_*.csv -o merged.csv

# Compress images
toolkit image compress ./photos/ --quality 80

# Format JSON
toolkit json format config.json

# Merge PDFs
toolkit pdf merge *.pdf

# Run a pipeline
toolkit pipeline pipeline.json
Enter fullscreen mode Exit fullscreen mode

Pricing

  • Free: file, text operations
  • Pro ($0.99 one-time): CSV, JSON, image, PDF, pipeline

One license also unlocks FL AI Bidder (auto-bid on Freelancer).

Get License

https://bobotempes.gumroad.com/l/nmcqjr

After purchase:

toolkit activate YOUR_LICENSE_KEY
Enter fullscreen mode Exit fullscreen mode

Links


More Resources

  • 🛠️ My tools & open-source projects: GitHub
  • 📝 Blog & updates: TucaoWall
  • ☁️ Deploy your own cloud server and get credit: DigitalOcean
  • 🐙 CLI Toolkit Pro (bundle of all my CLI tools): npm
  • 💼 Hire me on Freelancer: a0982

Top comments (0)