UNPKG

create-vite-vercel-y

Version:

A cli to create vite app, push to github and deploy to vercel

29 lines (17 loc) 761 B
# create-vite-vercel-y A cli to create vite app, push to github and deploy to vercel [![npm](https://img.shields.io/npm/v/create-vite-vercel-y?color=green)](https://www.npmjs.com/package/create-vite-vercel-y) [![](https://img.shields.io/badge/CN-docs-red)](https://juejin.cn/post/7213576339328335929) ## Install ``` npm install -g create-vite-vercel-y yarn add -g create-vite-vercel-y pnpm add -g create-vite-vercel-y ``` ## Usage Firstly, prepare the github token and vercel token And then, `cvvy token` to save token Finally, `cvvy project` to create project, push project, and deploy project ## Attention Using this cli, you must be a github user and vercel user **More infomation you can watch Chinese doc at juejin**