Code Monkey home page Code Monkey logo

create-wagmi's Introduction

create-wagmi

Get up and running quickly with wagmi by using the create-wagmi CLI. This tool interactively scaffolds a new wagmi project for you so you can start building instantly without the hassle of setting up git, installing packages, worrying about TypeScript configuration, etc.

To get started, create-wagmi can be instantiated with one of your favorite package managers:

npm init wagmi
# or
pnpm create wagmi
# or
yarn create wagmi

Templates

By default, create-wagmi scaffolds a basic Next.js application with wagmi. However, you can specify a custom template by passing the --template/-t flag:

npm init wagmi --template next-with-connectkit
# or
pnpm create wagmi --template next-with-connectkit
# or
yarn create wagmi --template next-with-connectkit

create-wagmi currently comes with the following templates:

  • next (default): A Next.js wagmi project.
  • next-with-connectkit: A Next.js wagmi project with ConnectKit included.
  • next-with-rainbowkit: A Next.js wagmi project with RainbowKit included.
  • vite-react: A Vite (React) wagmi project.
  • create-react-app: A Create React App wagmi project

Options

--template/-t

Specify a custom template to bootstrap the app with.

--npm

Use npm as the package manager for the app.

--pnpm

Use pnpm as the package manager for the app.

--yarn

Use yarn as the package manager for the app.

--skip-git

Skips initializing the project as a git repository

create-wagmi's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar jxom avatar tmm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.