2.2.0 • Published 27 days ago

create-minze v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
27 days ago

Create Minze

Scaffolding a Minze dev environment

Minze requires Node.js version >= 16.0.0

npm

npm create minze@latest

yarn

yarn create minze

pnpm

pnpm create minze

Then follow the prompts!

Command Line Options

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite environment, run:

# npm
npm create minze@latest my-project -- --template vite

# yarn
yarn create minze my-project --template vite

# pnpm
pnpm create minze my-project -- --template vite

Currently supported template presets include:

  • vite
  • vite-ts
  • storybook
  • storybook-ts

You can use . for the project name to scaffold in the current directory.

2.2.0

27 days ago

2.1.2

6 months ago

2.1.1

9 months ago

2.0.7

10 months ago

2.0.6

10 months ago

2.0.8

10 months ago

2.1.0

9 months ago

2.0.3

11 months ago

2.0.2

11 months ago

2.0.5

11 months ago

2.0.4

11 months ago

1.2.5

11 months ago

1.2.4

11 months ago

1.2.3

11 months ago

1.2.2

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago

1.2.1

11 months ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.4

1 year ago

1.1.2

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago