Skip to content

init

# new plain project
npm init -y

# new project from a library (same as npx @scope/name)
npm init "vite" "my-app"