-
Notifications
You must be signed in to change notification settings - Fork 12
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
Provide detection mechanism for NPM projects #234
Comments
@Sese-collab Have you ever worked in a javascript project? Do you know how to detect frameworks in a |
project to test your work : https://github.com/MawsFr/tech-tok |
Trying to run tests on JavascriptDetailsInfererEnhancer class with https://github.com/Zenika/qvgdc-app package.json |
Element element in JavascriptDetailsInfererEnhancer -> ModelElementJavascriptEnhancer -> ? |
mvn -pl :javascript-metadata-inferer install -Psettings-aadarchi |
I assume you'll have find a way towards loading package.json and extracted interesting technologies from the file you have. |
We're currently only able to detect major technologies for Java/Maven projects.
We should at least try to detect technologies in the Javascript universe.
It would require a maven module and some JSON reading code.
The following steps can be envisionned
javascript-metadata-inferer
)aadarchi.javascript.package
package.json
looking for "framework" dependencies (React, Vuejs, Angular, and also server-side ones)The text was updated successfully, but these errors were encountered: