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

sharefromcli

v1.0.1

Published

ShareFromCLI is a fast, developer-focused Node.js CLI tool that lets you share files and command snippets directly from your terminal — no setup, no accounts, just pure CLI magic.

Readme

ShareFromCLI 🚀

ShareFromCLI is a fast, developer-focused Node.js CLI tool that lets you share files and command snippets directly from your terminal — no setup, no accounts, just pure CLI magic.

It’s designed for developers, workshops, and teams that need to share files or commands quickly and securely.

🔗 Website: https://sharefromcli.xyz/


📦 Installation

npm install -g sharefromcli

⚙️ Usage

1️⃣ Initialize the CLI

sharefromcli

When you run the CLI, it will automatically load your token if available:

✅ Token loaded successfully!

2️⃣ Choose an option

You can either: - Create (C) → Upload a local text file and share it instantly. - Read (R) → Retrieve a shared document using its unique ID.


⏳ Expiry Policy

All shared file IDs automatically expire after 7 days for security and cleanup. Once expired, the link or ID will no longer be available.


⏳ Progress Feedback

The CLI shows dynamic progress messages such as:

Processing: Verifying token...
Processing: Uploading your file...
Processing: Fetching document...

⚠️ Graceful Exit

If you interrupt the process (e.g., press Ctrl + C), you'll see a clean error message like:

❌ Error: Process interrupted by user.

🧪 Local Development

If you're working on the CLI locally and want to test it after building, run:

npm install -g .
sharefromcli

To remove it later:

npm uninstall -g sharefromcli

🧰 Tech Stack

  • Node.js
  • Commander.js
  • Chalk
  • Axios

💡 Key Highlights

  • ⚡ Share files or snippets in seconds

  • 🔒 Secure and auto-expiring file IDs (7 days)

  • 🧠 Easy interactive prompts

  • 💻 Developer-first CLI with dark theme support

  • 🌐 Ideal for workshops, meetups, and dev teams


🌟 Features

  • Simple, developer-friendly interface.
  • Upload or fetch text documents quickly.
  • Built-in progress indicator.
  • Graceful error handling.

📄 License

MIT License © 2025 ShareFromCLI