@shark-pepper/create-app
v1.0.7
Published
> 🚀 A scaffolding tool for creating modern front-end projects. > It supports mainstream configurations such as React, TypeScript, Webpack, ESLint, Prettier, and Jest.
Downloads
65
Readme
🦈 @shark-pepper/create-app
🚀 A scaffolding tool for creating modern front-end projects. It supports mainstream configurations such as React, TypeScript, Webpack, ESLint, Prettier, and Jest.
✨ Characteristic
- ⚙️ By default, it integrates specification tools such as ESLint, Prettier, Husky, and Commitlint.
- 🧪 Supports Jest unit testing
📦 Quick Start
Use npx (recommended)
npx @shark-pepper/create-app my-project
Or install globally
npm install -g @shark-pepper/create-app
create-app my-project
