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

apex-creator-terminal

v1.0.3

Published

Apex Creator Terminal — modular project generator for the Apex Genesis Engine.

Readme

Version License Status

apex-creator-terminal

Apex Creator Terminal Command‑Line Gateway to the Apex Genesis Engine The Apex Creator Terminal (ACT) is the official command‑line interface for the Apex Genesis Engine ecosystem — the unified system powering Apex Meta‑Systems, Apex Design Labs, and Apex Reality Systems.

ACT gives creators, developers, and simulation architects a fast, structured, and intelligent way to generate new projects, templates, and simulation modules with zero friction.

It is the first tool in the Apex Genesis Engine pipeline.

✨ Features ✔ Global CLI Command Install once, run anywhere:

Code apex ✔ Template System Generate projects from modular, metadata‑driven templates.

✔ Metadata Engine Each template includes a template.meta.json file defining:

Name

Description

Tags

Options

Defaults

✔ Tag‑Based Template Filtering Quickly find templates by category:

Code apex new template --tag simulation ✔ Interactive Wizard ACT walks you through:

Project naming

Option selection

Template preview

Confirmation

Generation

✔ Preview Engine Before generating, ACT shows a clean summary of:

Template name

Description

Selected options

Output structure

✔ Logging Layer Apex‑style output:

Success logs

Warnings

Errors

File‑by‑file creation logs

Summary blocks

✔ Error Handling Layer No crashes. No stack traces. Clean, predictable behavior.

📦 Installation Once published to npm:

Code npm install -g apex-creator-terminal Or for local development:

Code npm run build npm link Then run:

Code apex 🚀 Usage Start the CLI Code apex Create a new project Code apex new project Create from a template Code apex new template Filter by tag Code apex new template --tag simulation Example Output Code Apex Creator Terminal v0.1

✔ Selected Template: Simulation Module ✔ Project Name: my-sim • src/main.asl • src/sim_loop.asl • README.md

✔ Project "my-sim" created successfully. 📁 Project Structure Code apex-creator-terminal/ │ ├── bin/ # CLI entry point ├── src/ # TypeScript source ├── dist/ # Compiled output ├── templates/ # Template library ├── package.json ├── tsconfig.json └── README.md 🧠 Philosophy The Apex Creator Terminal is built on three principles:

  1. Precision Every command produces predictable, structured output.

  2. Modularity Templates, metadata, and options are fully decoupled.

  3. Speed Generate new projects in seconds, not hours.

🗺️ Roadmap v0.2.0 GUI Creator Terminal

Template marketplace

Live preview

v0.3.0 Genesis Viewport integration

Simulation scaffolding

Asset pipeline

v1.0.0 Full ASL + Apex Forge integration

Genesis Engine project generator

Apex Reality Systems VR Lab templates

📜 License MIT License — free to use, modify, and distribute.

🏢 Apex Meta‑Systems ACT is the first official tool in the Apex Genesis Engine ecosystem, powering:

Apex Design Labs — creative systems

Apex Reality Systems — VR/AR simulations

Apex Meta‑Systems — unified architecture