Bootstrap a Nori integration
Get up and running quickly with Nori by using the @nori-dot-com/create
CLI tool. This tool interactively scaffolds a new Nori-integrated 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, @nori-dot-com/create
can be instantiated with one of your favorite package managers:
yarn create @nori-dot-com/create
# or
npm init @nori-dot-com/create
# or
pnpm create @nori-dot-com/create
@nori-dot-com/create
currently comes with the following templates:
Next.js
next
(default): A Next.js wagmi project.
Specify a custom template to bootstrap the app with.
Use yarn as the package manager for the app.
Use npm as the package manager for the app.
Use pnpm as the package manager for the app.
Skips initializing the project as a git repository
Adapted from create-wagmi.
Note: to publish this package to npm, you have to first remove the workspaces entry in the package.json