-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Add npm init
/ yarn create
initialiser
#14432
Comments
Sure, just do it. That’s a good idea and I like to hear that you find it useful for your own work. |
Useful reference: the |
Great, thanks! |
Package name
|
Ah, it's owned by @cpojer 😀 I'll ping him EDIT, haha even better - he pinged me 2 days ago about this 😅 So yeah, the package is ours - feel free to send a PR 🙂 |
Yeah, I reached him with email)) Thanks to |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
🚀 Feature Proposal
Jest
already hasjest --init
wizard which makes initial setup very fancy, but it doesn't have starter-kit wrapper for package managers, likenpm init
oryarn create
:For example
playwright
has such initialiser, same as create-react-app and many moreMotivation
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
This command will run
jest --init
wizardPitch
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
The text was updated successfully, but these errors were encountered: