The Wayback Machine - https://web.archive.org/web/20220706142149/https://github.com/topics/yeoman-generator
Skip to content
#

yeoman-generator

Here are 679 public repositories matching this topic...

generator-teams
RickVanRousselt
RickVanRousselt commented Nov 6, 2021

💡 Idea

When creating a new project you are not limited in the length the project name has. When you then want to create a tab, this is limited to 16 characters.

If you do not specify a name and just press enter the generator suggests the name of the project + " tab". It should perform a check if the name is longer than 16 characters and already cut that off at that limit. Or at least gi

balcsida
balcsida commented Aug 6, 2018

When a user would like to use yarn, it needs to be installed, even when --skip-install option is used.
I think this check could be moved to the actual install phase, simply throwing a warning like "Yarn is not installed, skipping install. Please install yarn on your machine." is enough.
What do you think, @HaNdTriX ?

enhancement good first issue
keyz231
keyz231 commented Feb 22, 2022

I have installed a microservice using the guide:

npm install -g generator-jhipster-nodejs

and my microservice works ( for example I've tried to go to localhost:8081/api/users)

I have downloaded the jhipster-registry from github and start with mvwn

Now my registry recognize only 👍
![image](https://user-images.githubusercontent.com/75093380/155129558-0b81563c-780d-419b-8b4e-94f96c8

good first issue more information is needed

Improve this page

Add a description, image, and links to the yeoman-generator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yeoman-generator topic, visit your repo's landing page and select "manage topics."

Learn more