8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The flag --no-default-module for the command app scaffold the app without a module under /x
--no-default-module
app
/x
Sorry, something went wrong.
Add flag
770a610
Test
2d12c44
Merge branch 'develop' into feat/no-default-module
3394128
wdyt about adopting a convention --skip-SOMETHING, like --skip-module in this case?
--skip-SOMETHING
--skip-module
Mmh I actually don't know, skip to me sounds like something you "skip", you don't do during the process but the result is the same
skip
Convention used by Rails, I thought this is something we can use ourselves.
But yeah, I agree, let's stick to --no
--no
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
👍
Hold on a sec, before merging. Let's try modifying the changelog in the same PR with the code changes.
We can still see if we want to switch to this convention in the future. There are other flags to rename as well (no-message)
My concern was if this naming would be confusing to users but if this is used for other technologies, this is fine
Yes, let's merge this one after releasing v0.16.1.
Changelog
d963144
Merge branch 'feat/no-default-module' of https://github.com/tendermin…
0759801
…t/starport into feat/no-default-module
conflict
bf62110
6ef3c42
Does it make sense to move this check to EnsureAppIsSteady?
I think we should check presence of the custom module dir at $path/x/blog, what do you think?
Ilker comments
d8c3755
af67082
🙌
9ad4b4d
feat: scaffold a new app without a default module (ignite#1214)
9a60d1b
fadeev fadeev approved these changes
ilgooz ilgooz approved these changes
dshulyak Awaiting requested review from dshulyak
Successfully merging this pull request may close these issues.