-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
Description
🚀 Feature Proposal
Jest already has jest --init wizard which makes initial setup very fancy, but it doesn't have starter-kit wrapper for package managers, like npm init or yarn create:
- https://docs.npmjs.com/cli/v9/commands/npm-init#examples
- https://classic.yarnpkg.com/lang/en/docs/cli/create/
For example playwright has such initialiser, same as create-react-app and many more
Motivation
I often setup new projects with Jest and help other developers to do so and it's nice to have standardised way for the initial setup
Example
npm init jest@latest
This command will run jest --init wizard
Pitch
This is a user-friendly way to setup new projects, it makes the process smoother and more convenient
I can make a PR if the approach is ok