bestofjs / javascript-risingstars

:stars: An overview of the JavaScript landscape in 2023: trends about frontend, Node.js, fullstack frameworks, build tools, testing, Vue.js, React, state management...
https://risingstars.js.org
1.01k stars 56 forks source link

[request]: new category for code review tools #56

Closed seognil closed 3 years ago

seognil commented 3 years ago

Rising Stars is a ranking list, but can also as an ecosystem overview.

So, I'm thinking about tools that automating code checking, that's really important for FE dev now

e.g.

michaelrambeau commented 3 years ago

Hello @seognil Thank you for the feedback. All data in Rising Stars project come from Best of JS project. We have already a category called "Linter": https://bestofjs.org/projects?tags=lint where you can find both Prettier and ESLint projects.

image

However Husky is not tracked by Best of JS... what would be the appropriate tags? "Git"? "Code Review" like you said? Do you think we should create a more generic tag called "tooling"?

seognil commented 3 years ago

I think 'Git' is better. It's a tool for git hooks.

You reminded me that there are more for git eco sys

e.g. (which I using every day)

check https://www.conventionalcommits.org/en/v1.0.0/


and for npm and ci

e.g.

michaelrambeau commented 3 years ago

Thank you @seognil the category "Git" will be added to Best of JS

About your links, do you know the difference between those 2 projects:

?

Both are very popular (+ 4k stars) and seem to be able to generate Changelog files.

seognil commented 3 years ago

there are tons of these tools, version bumping, changelog management, commit control, analyzing, blah blah blah some tools may do the same things, but with different API and feature details

I haven't make a full review yet, (just picked some of them and make my workflow 'a little' better now)

michaelrambeau commented 3 years ago

OK thank you @seognil The new tag "Git" is available in Best of JS: https://bestofjs.org/projects?tags=git

It includes Husky, Commitizen will be added very soon.

michaelrambeau commented 3 years ago

I'm closing the issue since Commitzen and Husky are available on Best of JS.