Socket
Socket
Sign inDemoInstall

create-vexip

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-vexip


Version published
Maintainers
1
Created
Source

Create Vexip

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

FAQs

Package last updated on 24 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc