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

xmerch

v0.2.3

Published

๐Ÿšง xMerch CLI โ€“ NextGen eComm starter, powered by Xaman + Xahau + XRPL + Evernode

Downloads

1,323

Readme

๐Ÿงฑ xMerch CLI

Build on Xahau in minutes โ€” not days.

npm version License: MIT Xahau XRPL

๐Ÿš€ Scaffold trustless commerce instantly using Next.js + Xaman + Xahau
๐Ÿช Designed for new and experienced XRPL/Xahau developers
โšก Zero-config templates โ€” production aligned


โšก Quick Start

No global install required:

pnpm dlx xmerch create

This generates:

  • xBase (Donate Form) starter project
  • .env.local with placeholders
  • .gitignore
  • Auto-installed dependencies
  • Ready-to-run dev environment

Then:

cd xbase-project
pnpm dev

Open:

http://localhost:3000

For Docker deploys, edit the generated .env.deploy (gitignored) with your Docker Hub username + token (DOCKER_PERSONAL_ACCESS_TOKEN) and namespace before running xmerch deploy --docker. If you donโ€™t have an org, set DOCKER_NAMESPACE to your username.

Before running xmerch deploy --docker, you can optionally sanity-check your project with a local build:

pnpm build

This surfaces build errors quickly before the Docker image build.

Want the landing-page + donation experience instead?

pnpm dlx xmerch create my-landing --template xBase_v2

Using the default xBase (Donate Form) template? Deploy the Supabase Edge Functions first (keeps Xaman secrets out of your container). See templates/xBase/supabase/README.md.


๐Ÿ“ฆ Commands

| Command | Description | |--------|-------------| | xmerch create | Scaffold a new project (default = xBase โ€“ Donate Form) | | xmerch init | Initialize inside an empty folder | | xmerch deploy | (coming soon) Evernode deployment | | (future) xmerch doctor | Environment diagnostics |


โœจ Features

  • ๐Ÿš€ Next.js 15 (App Router)
  • ๐ŸŽจ TailwindCSS + Framer Motion
  • ๐Ÿช Xaman (correct naming everywhere)
  • โšก Clean donation / transaction starter
  • ๐Ÿ“ Extendable template architecture
  • ๐Ÿ” Secure env handling
  • ๐Ÿ”ฎ Future: Evernode deployment (via evrPanel API)

๐Ÿงฑ Templates

| Template | Description | |----------|-------------| | xBase (Donate Form) | Minimal donation flow + Xaman signing (default) | | xBase (Landing + Donation) | Landing page + donation funnel (--template xBase_v2) | | (coming soon) store | Full vendor storefront | | (future) custom | Create your own template |

To add your own template:

/templates/<name>/
  README.md
  env.example
  gitignore.example

๐Ÿ”— Resources


๐Ÿงต Release Workflow

pnpm run release
git push --follow-tags origin main
pnpm publish

๐Ÿ“„ License

MIT ยฉ 2025 MWorks Design LLC