1.0.1 • Published 3 years ago
viper-cli-pro v1.0.1
viper-cli-pro
Vite-based CLI to create your project easily and fastest.

Feature
- ⚛️ Support React, Vue, Svelte
- 🖥 Typescript support
- 📖 Less boilerplate
- ⏰ Always up to date dependencies
- ⚙️ Choose your own tool / framework you need
- Tailwind
- Sass
- Router (react-router-dom, vue-router, svelte-navigator)
- ESLint
- Prettier
- Unit test (Vitest)
Get started
npx viperExamples
Name your project
npx viper my-appGenerate your project in the current working directory
npx viper .Specify a template: react, react-ts, vue, vue-ts, svelte, svelte-ts
npx viper --template reactUse yarn to install packages
npx viper --with-yarn