slushjs / slush

The streaming scaffolding system - Gulp as a replacement for Yeoman
http://slushjs.github.io/generators
MIT License
1.24k stars 58 forks source link

How do I add new slush generator on http://slushjs.github.io/generators/ #14

Closed appleboy closed 10 years ago

appleboy commented 10 years ago

I already create new html5 slush generator

I can't search it on http://slushjs.github.io/generators/ website.

joakimbeng commented 10 years ago

@appleboy you have done what you need. That is having "slushgenerator" as a keyword in your package.json. There's some issues with the registry that the generator search uses, your generator will show up soon :)

appleboy commented 10 years ago

You mean that I must add slush-generator keyword in my package.json?

I try to search slushgenerator keyword on npmjs website.

https://www.npmjs.org/browse/keyword/slushgenerator

The result have 37 slush packages but http://slushjs.github.io/generators/#/ only show 31 packages.

It maybe search api issue of npmjs.

search api url: http://registry.gulpjs.com/_search?fields=name,keywords,rating,description,author,modified,homepage,version,license&from=0&q=keywords:slushgenerator&size=40

joakimbeng commented 10 years ago

@appleboy sorry for the typo, that should be "slushgenerator" without the dash, so your package.json is correct.

appleboy commented 10 years ago

@joakimbeng The html5 slush generator has been shown on http://slushjs.github.io/generators/ website.

Thanks.