0.9.0 • Published 2 years ago

create-vexip v0.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Scaffolding Your First Vexip Project

With npm:

npm create vexip@latest

With yarn:

yarn create vexip

With pnpm:

pnpm create vexip

Then follow the prompts.

You can also directly specify the project name and the template you want to use via additional command line options:

# npm 6.x
npm create vexip@latest my-app --template vite-ts

# npm 7+, extra double-dash is needed:
npm create vexip@latest my-app -- --template vite-ts

# yarn
yarn create vexip my-app --template vite-ts

# pnpm
pnpm create vexip my-app --template vite-ts

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

Currently supported base templates:

  • vite-ts
  • nuxt

Currently supported extra templates:

  • eslint
  • prettier
  • stylelint
  • router

Command Line Options

ParamAbbrTypeDescription
--template-tstringSpecify a base template
--extra-eboolean \| string \| string[]Specify some extra templates, all extra templates will be used if not specify names
--commitlint-cbooleanWhether using commitlint with husky and lint-staged, it requires at least one lint tool to be used
--update-ubooleanWhether using taze to update dependencies in package.json
0.5.8

2 years ago

0.5.7

2 years ago

0.9.0

2 years ago

0.5.4

2 years ago

0.8.0

2 years ago

0.7.1

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.4.4

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.2.3

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.2.2

3 years ago

0.4.3

3 years ago

0.5.1

3 years ago

0.4.2

3 years ago

0.2.4

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.0

3 years ago