create-vite-vercel-y
Version:
A cli to create vite app, push to github and deploy to vercel
29 lines (17 loc) • 761 B
Markdown
# create-vite-vercel-y
A cli to create vite app, push to github and deploy to vercel
[](https://www.npmjs.com/package/create-vite-vercel-y)
[](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**