[create-gatsby] Enable use of current directory when creating a new project #32006
Unanswered
mithenks
asked this question in
Ideas / Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When starting a new project using Gatsby CLI, if I run
gatsby new .
I can create a new project in the current directory.It will be very useful if I can specify to use current directory also in the interactive steps when I run only
gatsby new
.Steps to reproduce
Run
gatsby new
in the command line.When you are asked "What would you like to name the folder where your site will be created?", you cannot specify
.
(current directory) as value.Expected result
I can tell gatsby CLI to use current directory as project root.
Actual result
The new gatsby project is created in the current directory.
Environment
Beta Was this translation helpful? Give feedback.
All reactions