Top "Yeoman-generator" questions

Yeoman generator is a scaffolding system built on top of Node.

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
Yeoman: Call Sub-Generator With User-Supplied Arguments

I'm writing my first Yeoman generator, which prompts the user for various inputs and conditionally creates files based on their …

javascript yeoman yeoman-generator
Where to change the name of app?

I installed the generator-angular, but decided to change the name of my app midway. Now when I generate any module …

yeoman yeoman-generator
What's the recommended way to copy multiple dotfiles with yeoman?

I am building a yeoman generator for a fairly typical node app: / |--package.json |--.gitignore |--.travis.yml |--README.…

yeoman yeoman-generator
Yeoman angular generator install runs but generator doesn't appear in generator list

I've tried to install the yeoman angular generator with the following: npm install -g generator-angular It all looks like it's …

node.js npm yeoman yeoman-generator
Unable to create yeoman webapp

I get this when I try to create a webapp with yeoman. /usr/local/lib/node_modules/yo/node_modules/…

node.js yeoman yeoman-generator
Updating Gulp plugins

When starting a project using a Yeoman generator, say, generator-gulp-webapp, you get a package.json file with all the dependencies. …

dependencies npm yeoman gulp yeoman-generator
Couldn't find the 'yo' binary. Make sure it's installed and in your $PATH. Could you tell me what the problem is?

I'm using npm install -g yo gulp to install yeoman and this is the error I'm getting npm WARN deprecated …

yeoman yeoman-generator