@nori-dot-com/create-create

0.0.0-alpha.5 • Public • Published

@nori-dot-com/create-create

Get up and running quickly with Nori by using a @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

Templates

@nori-dot-com/create currently comes with the following templates:

Next.js

  • next (default): A Next.js wagmi project.

Options

--template/-t

Specify a custom template to bootstrap the app with.

--yarn

Use yarn as the package manager for the app.

--npm

Use npm as the package manager for the app.

--pnpm

Use pnpm as the package manager for the app.

--skip-git

Skips initializing the project as a git repository

Credits

Adapted from create-wagmi.

Readme

Keywords

none

Package Sidebar

Install

npm i @nori-dot-com/create-create

Weekly Downloads

30

Version

0.0.0-alpha.5

License

MIT

Unpacked Size

618 MB

Total Files

200

Last publish

Collaborators

  • kyleclark171
  • jaycenhorton
  • rlfarman