-
Notifications
You must be signed in to change notification settings - Fork 382
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
Make the getting started section only about Yeoman #589
Conversation
``` | ||
|
||
Each project created with yo will also pull in relevant Grunt tasks which the community feels is needed or useful for your workflow. | ||
*TODO: Add note about troubleshooting installation errors* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yeah, I forgot I wanted to add this too.
Ping, I'll merge if no further comments are brought up. |
* [yo](https://github.com/yeoman/yo) - the scaffolding tool from Yeoman | ||
* A package manager, such as [bower](http://bower.io/) or [npm](https://www.npmjs.com/). | ||
* A build tool, such as [Grunt](http://gruntjs.com/) or [Gulp](http://gulpjs.com/). | ||
Yeoman is language agnostic. It can generates projects in any languages (Web, Java, Python, C#, etc.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeoman is language agnostic. It can generate projects in any language (Web, Java, Python, C#, etc.)
@yeoman any other changes? |
4cf1930
to
c02912e
Compare
Addressed the reviews and added a line about troubleshooting npm permissions errors. Let's merge tomorrow unless someone have something to add :) |
Make the getting started section only about Yeoman
Related to updates we talked in #568
Changing the branding to being more a "generic scaffolding" tool. Also, this new getting started guide really covers every yo features, as before it wasn't giving a lot of details about how you'd use yo.