create-vite-vercel
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

create-vite-vercel

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

npm

Main Git

  • git config --global xxx: 在全局git配置上操作
  • git config --global cvv.secret xxx: 在全局git配置中添加配置
  • git config --global --add cvv.secret xxx: 在全局git配置中添加配置,与上一个不同的是,可以添加key相同的配置,两个key-value都存在于git配置中
  • git config --global --replace-all cvv.secret xxx: 在全局git配置中添加配置,如果key有多个,则全都替换成这一个配置
  • git config --global --get cvv.secret: 在全局git配置中获取配置
  • git config --global --unset cvv.secret: 在全局git配置中删除配置

Package Sidebar

Install

npm i create-vite-vercel

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

36.3 kB

Total Files

8

Last publish

Collaborators

  • gaaming