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

pteroixz

v1.0.0

Published

[![Node.js](https://img.shields.io/badge/Node.js-v18+-33a4f8?style=flat-square&logo=node.js)](https://nodejs.org/) [![Pterodactyl](https://img.shields.io/badge/Pterodactyl-Ready-2ecc71?style=flat-square&logo=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQi

Readme

🚀 Pteroixz - Pterodactyl Uploader & Updater

Node.js Pterodactyl

Pteroixz adalah tool CLI super cepat untuk upload dan update project ke server Pterodactyl Panel. Full upload atau hanya file yang berubah - hemat waktu & bandwidth! ⚡

Pteroixz is a lightning-fast CLI tool to upload and update your projects to Pterodactyl Panel servers. Full upload or smart delta updates - save time & bandwidth!

✨ Fitur Utama / Key Features

  • 🚀 Full Project Upload - Upload semua file project sekaligus
  • 🔄 Smart Update - Hanya upload file yang berubah (MD5 hash detection)
  • 🔧 Easy Setup - Konfigurasi sekali pakai via interactive prompt
  • Smart Ignore - Auto skip node_modules, .git, config files
  • 📱 User-Friendly - Pesan dalam Bahasa Indonesia dengan emoji
  • ⚙️ Zero Dependencies - Install sekali, langsung pakai

📦 Instalasi / Installation

npm install -g pteroixz

🚀 Cara Pakai / Quick Start

1. Setup Konfigurasi (Lakukan sekali saja!)

pteroixz --config
Masukkan:
- API Key Pterodactyl (dari panel)
- Server ID (dari URL server)
- Panel URL (https://panel.example.com)

File ptero-config.json otomatis dibuat ✅

2. Upload Full Project

pteroixz --upload

Konfirmasi dulu, lalu semua file diupload!

3. Update Hanya File Berubah

pteroixz --update

Smart detection - hanya file yang berubah yang diupload 🔄

Help Command

pteroixz
⚡ Pterodactyle Uploader BY ARIXOFFC
--config  🔧 Setup koneksi
--upload  🚀 Upload semua file  
--update  🔄 Update file berubah

⚙️ File Konfigurasi / Configuration File

ptero-config.json
{
  "apiKey": "ptlc_xxxxxxxxxxxxxxxxxxxxxx",
  "serverId": "abcd1234",
  "baseUrl": "https://panel.example.com"
}

Cara dapat API Key & Server ID:

  1. Login ke Pterodactyl Panel → Account → API Credentials → Create Token (scopes: servers[*])
  2. Server → URL punya ID (misal /server/abcd1234)

🛡️ File yang Diabaikan / Ignored Files

| Pattern | Reason | |---------|--------| | node_modules/ | Dependencies besar | | .git/ | Git history | | ptero-config.json | API keys sensitif | | .ptero-hash.json | Local cache |

🔍 Cara Kerja / How It Works

Upload (--upload)

  1. Scan semua file di project
  2. Upload satu per satu via Pterodactyl /files/write API
  3. Skip ignored files
  4. ✅ Progress real-time

Update (--update)

  1. Compute MD5 hash semua file
  2. Compare dengan .ptero-hash.json
  3. Upload hanya file berubah
  4. Update hash cache
  5. Hemat 90% waktu untuk update kecil! 🚀

📱 Requirements

  • Node.js v18+
  • Pterodactyl Panel dengan Client API access
  • Server Pterodactyl aktif

📈 Demo / Demo Video

Demo GIF (Replace with actual demo GIF)

📝 Changelog

1.0.0 (Now)
- Initial release
- Full upload + smart update
- Indonesian UI

🤝 Kontribusi / Contributing

  1. Fork repo
  2. Create feature branch
  3. Pull Request!

📄 License

MIT License - lihat LICENSE (buat sendiri ya 😄)


Star project ini jika berguna!
Made with ❤️ by ARIXOFFC | Twitter | Discord

Pteroixz - Upload Pterodactyl Jadi Gampang! 🎉