@richie-rich/create-fv-app
Project scaffolder —
npm create @richie-rich/fv-appto 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
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
npx @richie-rich/create-fv-app@latestor
npm create @richie-rich/fv-app@latestFlags
General
Project Name string
npx @richie-rich/create-fv-app@latest --name test-runnerTypescript boolean
npx @richie-rich/create-fv-app@latest --typescriptFramework string. Options nextjs | t3-app | vite
npx @richie-rich/create-fv-app@latest --framework