npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

cli-toolkit-pro

v2.0.1

Published

OF Creator Auto-Pilot -- All-in-one CLI for CSV, JSON, image, PDF, text + OF promo automation (Twitter/X scheduling, content templates, batch processing).

Readme

CLI Toolkit Pro

Buy on Gumroad 馃殌

One command to rule them all. CSV, JSON, image, PDF, text, and file tools 鈥?unified CLI with batch scheduling and pipeline automation.

Why Pro?

| Feature | Free Tools | CLI Toolkit Pro | |---------|-----------|-----------------| | Individual tools | 鉁?| 鉁?| | Unified CLI | 鉂?| 鉁?| | Batch scheduling | 鉂?| 鉁?| | Pipeline automation | 鉂?| 鉁?| | Config file support | 鉂?| 鉁?| | Premium support | 鉂?| 鉁?| | Regular updates | 鉂?| 鉁?|

Installation

npm install -g cli-toolkit-pro

Quick Start

# Merge CSV files
toolkit csv merge sales_jan.csv sales_feb.csv -o q1.csv

# Format JSON
toolkit json format config.json -o pretty.json

# Optimize images
toolkit image process ./photos/ --resize 1920 --format webp

# Batch: organize downloads + optimize images
toolkit batch examples/daily-cleanup.json

# Pipeline: extract, clean, convert in one command
toolkit pipeline examples/report-pipeline.json

Pipeline Example

Create report-pipeline.json:

{
  "name": "Monthly Report Generator",
  "steps": [
    { "tool": "csv", "args": ["merge", "sales_*.csv", "-o", "merged.csv"] },
    { "tool": "csv", "args": ["clean", "merged.csv", "--deduplicate", "-o", "clean.csv"] },
    { "tool": "json", "args": ["convert", "clean.csv", "-o", "report.json"] }
  ]
}

Run it:

toolkit pipeline report-pipeline.json

Batch Scheduling

Create daily-tasks.json:

{
  "tasks": [
    { "name": "Organize Downloads", "tool": "file", "args": ["organize", "~/Downloads"] },
    { "name": "Optimize Images", "tool": "image", "args": ["compress", "./images/"] }
  ]
}
toolkit batch daily-tasks.json

Included Tools

| Command | Package | Purpose | |---------|---------|---------| | csv | csv-toolkit-pro | CSV/Excel merge, clean, convert, analyze | | json | json-tidy-pro | Format, validate, minify, convert JSON | | image | batch-image-tool | Compress, resize, convert images | | text | text-processor-pro | Batch find/replace, extract, count | | pdf | pdf-toolkit-pro | Merge, split, extract PDF text | | file | file-batch-toolkit | Organize, rename, deduplicate files |

Requirements

  • Node.js 16+

License

Commercial license. See LICENSE.md.


馃寪 Visit us: https://www.tucaowall.vip/

GitHub

  • Repository: https://github.com/lb1192176991-lab/cli-toolkit-pro
  • Issues: https://github.com/lb1192176991-lab/cli-toolkit-pro/issues

猸?Star this repo if you find it useful!