Skip to content

[Feature]: Add npm init / yarn create initialiser #14432

@dj-stormtrooper

Description

@dj-stormtrooper

🚀 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:

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions