1.0.1 • Published 1 year ago

viper-cli-pro v1.0.1

Weekly downloads
-
License
MSC
Repository
github
Last release
1 year ago

viper-cli-pro

Vite-based CLI to create your project easily and fastest.

image

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 viper

Examples

Name your project

npx viper my-app

Generate your project in the current working directory

npx viper .

Specify a template: react, react-ts, vue, vue-ts, svelte, svelte-ts

npx viper --template react

Use yarn to install packages

npx viper --with-yarn