-
Notifications
You must be signed in to change notification settings - Fork 48
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
feedback #2
Comments
Oh, one more: as per the spec the resulting file ought to be README.md, not readme.md ("Be called README.md (with capitalization).") |
Glad you like it! Yeoman is pretty badass. |
Re 4: Maybe I miscommunicated -- I meant have these fields default to |
Ah! That's something to consider. Yeah, I think I can go for that. |
I feel much less opinionated about these things now than I did once upon a time. Closing! |
some notes from me trying it:
npm install -g yo
as well -- that step wasn't immediately obvious to me. (might it be easier on end-users if it just made a cli calledstandard-readme
?)readme.md
for me, but it's cool that yo will ask to confirm and show diffs, etc.Y
as a default for some of these 😉 -- possibly Background but almost certainly API.git config user.name
as a decent predicate. Or maybe something more clever like fullname.I like it! The interactive menus are attractive and allay any of my fears about forgetting about a field. Having the nice merge conflict options is nice to have as well. I also dig the paren-enclosed suggested defaults for some of the fields (like name).
The text was updated successfully, but these errors were encountered: