Depeng's personal quickly scaffold.
npm install -g kdp-cli-
Depeng0929/ktemplate-miapp-v - Minapp for uniapp
-
Depeng0929/ktemplate-vue - Project for vue3 ant vite
-
Depeng0929/ktemplate-ts - Quickly create library for TypeScript
-
Depeng0929/ktemplate-node - Mesosphere for NestJS
-
Depeng0929/ktemplateApp - Create app for React Native
- Run
kdp create [ProjectName]. - Select the template above.
- Wait a moment and Enjoy This !
git config --global http.proxy http://127.0.0.1:your-proxy-port
git config --global https.proxy https://127.0.0.1:your-proxy-port
// unset
git config --global --unset http.proxy
git config --global --unset https.proxy