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

neoquick-share

v1.0.2

Published

Share files & folders over LAN or Cloud from the terminal

Readme

NeoQuick Share

🚀 NeoQuick Share is a blazing-fast local network file sharing tool designed for developers and everyday users who want to share files and folders instantly over LAN — no cloud, no sign-up, just pure speed and simplicity.


Features

  • ⚡ Instant LAN sharing of files and folders
  • 📦 Auto-zip folders before sharing
  • 🔒 Secure token-based access (optional)
  • 📱 Mobile-friendly web interface
  • 📋 Auto-copy share link to clipboard
  • 📱 QR code generated in terminal for easy scanning on mobile devices
  • 🕒 Auto timeout to stop sharing after configurable minutes
  • 🚀 Easy CLI usage with progress feedback
  • Cross-platform support: Windows, MacOS, Linux

Installation

Make sure you have Node.js installed.

npm install -g neoquick-share

Usage

Share a file or folder over LAN:

neoquick-share /path/to/file-or-folder --lan

Optional flags:

  • --zip : Zip folders automatically before sharing
  • --port <number> : Specify custom port (default 3000)
  • --timeout <minutes> : Stop sharing after specified minutes (default 30)
  • --once : Allow only a single download before stopping

How it works

  1. Run the CLI command specifying your file/folder and options.
  2. The app starts a local server and generates a secure token-based link.
  3. The link is auto-copied to your clipboard and also shown as a QR code in the terminal for easy scanning on phones.
  4. Open the link on any device connected to the same LAN to download the file.
  5. Auto-zip feature compresses folders to a single archive for easy download.
  6. Sharing auto-stops after timeout or after one download if --once is used.

Example

neoquick-share ./myproject --lan --zip --timeout 10

This shares the myproject folder zipped over LAN for 10 minutes.


License

MIT License © 2025


Contact

Built with ❤️ by Lokeswara Reddy GitHub | Linkedln