A lightweight scaffolding tool for quickly creating front-end project templates.
skidd-cli is a command-line tool that helps you skip tedious project initialization configurations and generate standardized directory structures and development environments for React/Vue projects with one command.
- 🚀 Zero config – ready to use with built‑in Webpack/Vite best practices
- 📦 Rich templates – supports React, Vue 3, and TypeScript templates
- 🔧 Extensible – supports custom template sources
- ⚡ Fast generation – powered by
degitorgit clone
# with npm
npm install -g @skidd/cli
# with pnpm
pnpm add -g @skidd/cli
# with yarn
yarn global add @skidd/cli