You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why Not Create the Project Root Directory, since you are asking for it on the command line? Or, if the developer is creating the directory and moving in to the directory to run the generator, why not extract it from the path?
Just a question. I love the generator!
The text was updated successfully, but these errors were encountered:
I guess the reason why I didn't think to extract the directory name from the path and use it for the app name is because I've had SPA apps where the SPA itself was part of a bigger whole, with multiple folders, etc. Maybe the app itself shouldn't be named according to its directory. Sometimes I have mine sit in a "client" folder that's a peer to an "api" folder, or something like that.
I appreciate your work on and with the generator. I just don't know if this would restrict its usage in the scenarios described above.
After thinking about it, how about we still ask what they want to name the app, but we default it to the containing directory? I think that would be good. If you want to submit a pull request for that, I'd be glad to accept it.
Why Not Create the Project Root Directory, since you are asking for it on the command line? Or, if the developer is creating the directory and moving in to the directory to run the generator, why not extract it from the path?
Just a question. I love the generator!
The text was updated successfully, but these errors were encountered: