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

create-compose-multiplatform

v0.1.3

Published

Official alias for create-cmp-cli — the AI delivery harness for Kotlin/Compose Multiplatform: scaffold a green-building Android + iOS app (one Kotlin codebase) in minutes, then hold AI-driven changes to a machine-enforced verify lane (8 gates, evidence re

Readme

create-compose-multiplatform

Scaffold a production-shaped Kotlin/Compose Multiplatform app (Android + iOS) in one command — the official npm create alias for create-cmp-cli.

npm create compose-multiplatform@latest my-app

Fully non-interactive (for scripts and AI agents):

npx create-compose-multiplatform my-app --name Acme --package com.acme.app --yes --verify

What you get

One command stamps a frozen, CI-verified template — deterministic output, never LLM-freehanded project code:

  • Android + iOS shells (XcodeGen + CocoaPods pre-wired), Clean Architecture with a worked example feature, Koin DI, bottom navigation with insets solved.
  • A proven-green version set (Kotlin/KSP/Compose/Room/AGP pinned to a combination that actually builds together — including the iOS/KSP2 path).
  • Optional features by flag: Firebase (GitLive) with auth, Room, Maestro on-device E2E, a live UI inspector, a desktop hot-reload dev client. --verify builds the app before reporting success; the CLI exits non-zero on failure.
  • The delivery harness in every generated project: specs with stable clause ids, an 8-gate verify lane (node qa/verify.mjs), evidence receipts bound to a content hash, and CI that refuses "done" without proof. See it working in the public showcase repo — including a PR the harness refuses.

The tool also ships doctor (diagnose/heal any KMP project's toolchain and version catalog), upgrade (migrate to the next proven-green version set), clean, and verify — they work on any KMP project, not just generated ones.

About this package

This is the official alias for create-cmp-cli, published by the same maintainer so the conventional npm create compose-multiplatform invocation works. It contains a single delegating bin and no logic of its own: it resolves the installed create-cmp-cli and re-executes it, forwarding all arguments, stdio, and the exit code. Either name runs the same tool with the same flags — this one just matches what you'd naturally type.

Docs