63

Stack Analyser: detect technologies used inside a repo

This seems cool, and probably aimed at a specific use case. Maybe if you're just starting out on joining a team?

My question is if there's something I'm not seeing. How often do people have to do this for it to be a tool? Why couldn't I just check the package.json myself?

Or is this aimed at LLM's, so you can run a program instead of letting an LLM guess the tech?

2 days agoramon156

package.json does not capture all the technologies in a repository. just the JS ones. This seems to capture full stack technologies. This would be very helpful when evaluating existing projects either as a consultant, new team member, open source, or evaluating a vendor's codebase or project.

a day agomanvillej

yes it's one of the main use case, discovering and documenting at scale. Even on nodejs project there is more than just the package.json

a day agoh1fra

[dead]

2 days agodangsux

Cool idea. Have we considered looking at the gitignore and gitattributes files as well? You can often figure out the IDE and other tools someone is using by looking at these.

a day agobob1029

As a counterpoint: I often see technology-specific gitignore files, created from a template, that attempt to cover all commonly used tools. Can't really tell what is actually used from that.

a day agofuzzy2

In my experience .gitignore files are often overloaded, so would provide false positives.

a day agoJoBrad

Yeah I always just put whatever in my .gitignore and never clean it up

a day agodartos

indeed never thought of that but could be an interesting data point

a day agoh1fra

I could see this being valuable for sales people

a day agoripberge

How so? Most orgs dont have their code public

a day agoAznHisoka

Does anyone remember SpikeSource?