Skip to content

@richie-rich/create-fv-app

Project scaffolder — npm create @richie-rich/fv-app to bootstrap a Futureverse-style React app.

Scaffolder

A third-party scaffolder — runs once at project start, not a runtime dependency. Useful for boilerplate; not on the dependency-survival path.

Version
0.0.15
Published
2025-01-13
License
ISC
Status
scaffold
npm
https://www.npmjs.com/package/@richie-rich/create-fv-app
Maintainers
richie-rich
Depends on
@futureverse/asset-register-react · @futureverse/auth-react · @futureverse/auth-ui · @futureverse/transact · @inquirer/prompts · chalk · ora · yargs
Recent versions
0.0.14 · 0.0.15
## Technical notes

Why use it

Quickest "hello world" for a fv-style project — pre-wires auth, transact, viem.

When to skip it

You already have a project.

Gotchas

  • Last published 2025; check what version of @futureverse/* it pins before you adopt the result.

Upstream README

Create FV App

This CLI interface helps users scaffold a NextJS, NextJS with T3 Stack or a Vite Application with user selected Futureverse SDKs.

The scaffold allows users to configure their application in a way that suits them, whilst we install the required dependencies and apply our config and provider wrappers giving as much freedom to the user.

Run Create FV App

Install Command

sh
npx @richie-rich/create-fv-app@latest

or

sh
npm create @richie-rich/fv-app@latest

Flags

General

Project Name string

sh
npx @richie-rich/create-fv-app@latest --name test-runner

Typescript boolean

sh
npx @richie-rich/create-fv-app@latest --typescript

Framework string. Options nextjs | t3-app | vite

sh
npx @richie-rich/create-fv-app@latest --framework

Curated independently by Codeology. Source-attributed reference for The Root Network. Not affiliated with Futureverse / TRN Labs.