New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-v1

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-v1

## Scaffolding Your First FE Project

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

create-v1 npm package

Scaffolding Your First FE Project

With NPM:

npm create v1@latest

With Yarn:

yarn create v1

With PNPM:

pnpm create v1

With Bun:

bun create v1

Then follow the prompts!

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 Lib + TS project, run:

# npm 7+, extra double-dash is needed:
npm create v1@latest my-ts-lib -- --template lib-ts

# yarn
yarn create v1 my-ts-lib --template lib-ts

# pnpm
pnpm create v my-ts-lib --template lib-ts

# Bun
bun create v my-ts-lib --template lib-ts

Currently supported template presets include:

  • lib-ts
  • h5
  • h5-ts
  • web
  • web-ts

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

FAQs

Package last updated on 18 Jul 2025

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