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

Latest and Hot plugins #56

Open
sindresorhus opened this issue Jun 12, 2013 · 3 comments
Open

Latest and Hot plugins #56

sindresorhus opened this issue Jun 12, 2013 · 3 comments

Comments

@sindresorhus
Copy link
Member

We should make it easier to discover new and interesting plugins.

On the Bower components site I display Latest and Hot components. We could do something similar on the grunt plugin site.

@vladikoff
Copy link
Member

How do you track 'Hot' components?

@sindresorhus
Copy link
Member Author

@vladikoff very naive, latest plugins with >50 GitHub stars: https://github.com/sindresorhus/bower-components/blob/gh-pages/js/main.js#L26-L30

@JKVeganAbroad
Copy link
Contributor

My two cents:

Auto-generating a list based on GitHub stars may not generate a dynamic list:

  • It relies on developers to star the project on GitHub
  • It doesn't reflect actual downloads, or usage of the plugins
  • The list may never change, because the most recent plugins in use may gain only few stars compared with the older more established plugins, which have hundreds

In other words, though the list may be dynamic, the contents may remain the same. Although obviously we could fine-tune the list to find "recent" packages with "more than 5 stars", but I have a different idea which might work better . . .


How about we simply blog about new Grunt plugins we find interesting:

  • Write a brief description about the problem
  • Introduce the Grunt plugin with the solution
  • Small example of the task configuration and a graphic of whatever could be interesting

Not only would the list have the advantage of hand-picked quality, but also regular blog updates are nearly self-evidence that the Grunt project is alive and well, and not dying 😃

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

3 participants