0.9.0 • Published 6 months ago

create-vexip v0.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months 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

10 months ago

0.5.7

10 months ago

0.9.0

6 months ago

0.5.4

10 months ago

0.8.0

6 months ago

0.7.1

7 months ago

0.5.6

10 months ago

0.5.5

10 months ago

0.7.0

7 months ago

0.6.1

8 months ago

0.6.0

8 months ago

0.5.3

1 year ago

0.5.2

1 year ago

0.3.0

2 years ago

0.2.1

2 years ago

0.4.4

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.2.3

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.2.2

2 years ago

0.4.3

2 years ago

0.5.1

2 years ago

0.4.2

2 years ago

0.2.4

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago