Skip to content
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

New generator is not indexed in the website #827

Closed
zhechen0013 opened this issue Jul 17, 2023 · 6 comments
Closed

New generator is not indexed in the website #827

zhechen0013 opened this issue Jul 17, 2023 · 6 comments

Comments

@zhechen0013
Copy link

Hi Team, I wrote one yeoman generator and published the generator to npm registry. I think I have followed the instruction on the website about how to create a yeoman generator. Please help to check when my generator can be populated to the yeoman repo. Or please figure out my problem.

here is my npm link: https://www.npmjs.com/package/generator-unicorn-poc

Thanks.

@UlisesGascon
Copy link
Member

Hi @zhechen0013! Can you describe what is the expected behavior for this generator? 🤔

@zc11818
Copy link

zc11818 commented Jul 18, 2023

Hi @UlisesGascon ,
Based on the description provided on the official website, if we create a Yeoman generator adhering to the requirements in the package.json file and publish the generator on npmjs.org, the new generator should propagate to the Yeoman generators repository. Consequently, it should be searchable on the page: https://yeoman.io/generators/. However, even though it's been a day since I published my generator to the npm repository, my Yeoman generator still can't be found in the Yeoman repository. Therefore, I want to figure out the issue with my generator.
Thanks.

@UlisesGascon UlisesGascon transferred this issue from yeoman/generator Jul 18, 2023
@UlisesGascon
Copy link
Member

I transferred the issue to the https://github.com/yeoman/yeoman.io as it is related to the website. Not sure why the generator was not included automatically in the search:

Captura de pantalla 2023-07-18 a las 8 42 05

@UlisesGascon UlisesGascon changed the title Question about yeoman generator publishing New generator is not indexed in the website Jul 18, 2023
@eddiemonge
Copy link
Member

Not trying to be rude, but should your generator show up since its defined as a POC? The package.json is also missing quite a bit of info. The generator list is really more for generators that are useful for others, not a playground for testing things out.

@zc11818
Copy link

zc11818 commented Jul 19, 2023

Hi @eddiemonge, thanks for your quick reply. I created this proof-of-concept (POC) generator primarily to test the deployment process. If my generator doesn't appear on the list because it isn't formalized, that would be understandable. I will make the necessary corrections.

@zc11818
Copy link

zc11818 commented Jul 24, 2023

Please close the ticket. It is done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants