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 🙏

© 2025 – Pkg Stats / Ryan Hefner

permalaunch

v0.0.6

Published

Permaweb app deployment package

Downloads

8

Readme

Permalaunch

Deploy your web apps to the permaweb with ease! Permalaunch is a CLI tool that simplifies the process of deploying applications to Arweave.

BETA

This is a beta release. Please report any issues to https://github.com/pskinnertech/permalaunch/issues When this tool is ready for production, it will be renamed, this CLI will be deprecated, and the tool will be moved to a new repository.

Features

  • 🚀 One-command deployment to Arweave
  • 🔍 Comprehensive pre-launch checks
  • 🌐 ANT (Arweave Name System) integration
  • 🔄 Git integration for versioning
  • ⚡ Quick launch option for rapid deployments
  • 💳 Balance and cost estimation
  • 📁 Support for multiple build types (dist, build, .next)

Quick Start

  1. Initialize your deployment key:
npx permalaunch --init
  1. Deploy your app:
npx permalaunch --launch

Usage

Basic Commands

npx permalaunch --init          # Set up your wallet securely
npx permalaunch --launch       # Full deployment with checks
npx permalaunch --quick-launch # Quick deployment without checks

Individual Check Commands

npx permalaunch --check-wallet    # Verify wallet configuration
npx permalaunch --check-balances  # Check balances and estimate costs
npx permalaunch --check-build     # Validate build folder
npx permalaunch --check-ant       # Verify ANT configuration
npx permalaunch --check-git       # Check Git configuration

Balance Check Command

The balance check command verifies your wallet's financial readiness:

  • Validates wallet configuration
  • Checks WINC and AR balances
  • Estimates deployment costs
  • Provides funding guidance

Example output:

CHECK BALANCES:
[ x ] Turbo Balance: 1000000 WINC
[ x ] AR Balance: 1.5 AR
[ x ] Estimated Deployment Cost: 500000 WINC

Documentation

For detailed documentation:

License

This project is licensed under the MIT License - see the LICENSE file for details.

Copyright (c) 2024 Patrick Skinner (PSkinnerTech)