Top "Yeoman" questions

Yeoman is a command-line tool for frontend web development.

grunt serve from a fresh Yeoman install returns - Warning: Task "serve" not found

After running yo angular and then cd'ing into the application's root folder (at same level as the app folder, gruntfile, …

angularjs gruntjs yeoman yeoman-generator-angular
How do I force a subtree push to overwrite remote changes?

We use a subtree deployment a lá this Gist to deploy a subdirectory of our Yeoman project. In our case, …

git yeoman git-subtree
<%= yeoman.app %> and <%=yeoman.dist %> variables for a gruntfile

I often see in some example gruntfiles the use of <%= yeoman.app %> and <%= yeoman.dist %> environment …

gruntjs yeoman
Yeoman and Bower not adding Bootstrap CSS (AngularJS generator)

I am following along a codelab on the Yeoman webpage, and so far I've managed to follow along (with a …

angularjs twitter-bootstrap bower yeoman yeoman-generator-angular
Grunt livereload with node.js application

I have written an application in Node.js (with Express & socket.io) and I would like to use Grunt …

node.js yeoman gruntjs livereload
Error: EACCES, permission denied in command #yo angular

I come yeoman and angular begun to use that command but I threw this error, which I can do? #yo …

javascript node.js yeoman yeoman-generator yeoman-generator-angular
How execute other prompt when prompt previous is true on Yeoman?

How execute prompt2 when prompt1 is true on Yeoman as shown below? var prompts = [ {name: 'prompt1', message: 'Ask 1?'}, {…

javascript node.js yeoman
Can Yeoman generators update existing files?

So just to give you some context, I'm trying to create a generator that will create some files (based on …

yeoman yeoman-generator
Is it possible to generate entities from an existing database model in JHipster?

Is there a way to generate entities from an existing database model or do I have to create all entities …

yeoman spring-roo yeoman-generator jhipster
How to combine Yeoman scaffolding with existing Java directory structure

In my existing web project the directory structure for the served html content while development with jetty is "myProject/src/…

java angularjs yeoman scaffolding