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-kima-expo-genesis

v0.1.2

Published

Scaffold a new Expo project from the Kima Expo Genesis starter template.

Readme

Kima Expo Genesis

create-kima-expo-genesis

Scaffold a new Expo project from the Kima Expo Genesis starter template.

npx create-kima-expo-genesis myapp
cd myapp
npm run ios          # or: npm run android

Running the CLI

Genesis comes from the Greek word for birth, or origin. This is not the app, it is the thing the app is born from.

What you get

| | | |---|---| | Runtime | Expo SDK 56, React Native 0.85, React 19 | | Routing | expo-router with typed routes, bottom tabs | | Server state | TanStack React Query v5 | | Client state | Zustand, persisted to AsyncStorage | | HTTP | Axios or native fetch, chosen at scaffold time | | UI | In-house components, Atomic Design | | Theming | Real light and dark palettes, user-switchable | | i18n | English and Italian, optional at scaffold time | | Docs | Storybook (on-device) | | Tests | Jest + React Native Testing Library | | Language | TypeScript, strict |

The template app and Storybook

A fresh project points at DummyJSON, so sign-in, a paginated list and a create form all work before you write anything. Swap EXPO_PUBLIC_BASE_URL for your own API and delete the example feature.

What it asks

  • Project name and bundle ID, applied across app.config.ts and package.json
  • Axios or native fetch. The one you skip is deleted, and axios is dropped from dependencies if you pick fetch
  • i18n or not. Declining rewrites every t("key") back to its English string and removes the i18n layer entirely, rather than leaving it switched off
  • Whether to run git init and install dependencies

It then checks npm for newer versions of the template's dependencies and offers to take them or keep the tested set. Expo-managed and Storybook packages are never offered, because their versions are pinned to the SDK.

Options

-y, --yes        Accept all defaults, no prompts
    --no-install Skip dependency installation
    --no-git     Skip git initialisation
    --no-i18n    Scaffold without internationalisation
    --http=KIND  Force the HTTP client: axios or fetch
-h, --help       Show this message

Docs

Architecture, data layer, design system and theming notes ship inside every generated project under docs/, and are readable on GitHub.

License

MIT


Created by @rbayuokt · Made with ❤️ and 🎵