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

deployx-cli

v1.9.1

Published

DeployX CLI - Deploy your applications with ease

Readme

DeployX CLI

A powerful command-line interface for deploying applications with DeployX.

🚀 Quick Start

Option 1: Use Locally

cd d:\Tharun\deployx-cli
.\deployx.cmd --help

Option 2: Install Globally

  1. Add to PATH: Add C:\Users\Dell\.deployx to your Windows PATH environment variable
  2. Restart Terminal: Close and reopen your terminal
  3. Use CLI:
deployx --version
deployx help

📋 Available Commands

Authentication

  • deployx login - Authenticate with DeployX
  • deployx logout - Log out from DeployX
  • deployx whoami - Show current user information

Project Management

  • deployx projects - List your projects
  • deployx deploy - Deploy current project
  • deployx status - Check deployment status

Hosting

  • deployx hosting - Manage hosting plans

Utility

  • deployx install - Install DeployX CLI (simulated)
  • deployx help - Show help information
  • deployx --version - Show CLI version

🔧 Features

  • Real Authentication: Login/logout with persistent sessions
  • Project Management: List and deploy projects
  • Hosting Plans: View and manage hosting options
  • Interactive CLI: Beautiful command-line interface
  • Local Storage: Configuration saved in ~/.deployx.json
  • Cross Platform: Works on Windows, macOS, and Linux

📖 Examples

Login to DeployX

deployx login
🔐 Authentication required

Email: [email protected]
Password: ********

🔄 Authenticating...
✓ Authentication successful! Welcome to DeployX.
Logged in as: [email protected]

List Projects

deployx projects
Your Projects:

1. my-portfolio (react) ●
   🌐 https://my-portfolio.deployx.dev
2. blog-platform (nextjs) ●
3. ecommerce-store (vue) ●
   🌐 https://ecommerce-store.deployx.dev

Deploy Project

deployx deploy
🚀 Starting deployment...

✓ Analyzing project structure...
✓ Building application...
✓ Optimizing assets...
✓ Configuring CDN...
✓ Setting up SSL...
✓ Deployment successful!

🌐 Live URL: https://my-app.deployx.dev
⚡ Global CDN: Active
🔒 SSL Certificate: Valid
📊 Analytics: Enabled

Share your app with the world!

🗂️ File Structure

deployx-cli/
├── deployx-simple.js    # Main CLI application
├── deployx.cmd          # Windows executable
├── deployx.ps1          # PowerShell script
├── install-global.js    # Global installer
├── package.json         # Node.js package
└── README.md           # This file

📦 Dependencies

  • commander - Command-line interface framework
  • inquirer - Interactive command-line prompts
  • axios - HTTP client (for future API integration)

🔐 Configuration

The CLI stores configuration in:

  • Windows: C:\Users\{username}\.deployx.json
  • macOS/Linux: ~/.deployx.json

Configuration includes:

  • Email and user info
  • Authentication status
  • API keys
  • Plan information

🌟 Next Steps

  1. Try the CLI: Run deployx help to see all commands
  2. Login: Use deployx login to authenticate
  3. Deploy: Use deployx deploy to deploy your first project
  4. Explore: Check deployx hosting for plan options

🐛 Troubleshooting

"deployx command not found"

  • Add C:\Users\Dell\.deployx to your PATH
  • Restart your terminal
  • Try .\deployx.cmd in the CLI directory

"Permission denied"

  • Run PowerShell as Administrator
  • Or use the local version: .\deployx.cmd

Configuration issues

  • Delete ~/.deployx.json and login again
  • Check file permissions

📞 Support

  • 📖 Documentation: https://docs.deployx.dev/cli
  • 💬 Discord: https://discord.gg/deployx
  • 🐛 Issues: https://github.com/deployx/deployx-cli/issues

DeployX CLI - Deploy with confidence! 🚀