Sunday, February 26, 2017

npm Package Analyzer

Sometimes You need to check if You really use all modules specified in package.json. I wrote simple application with UI to do this work: npm-package-analyzer.
The application was wrote on Scala with usage of ScalaFX.
You may download JAR file from here Source code on Git
To run analyzer execute command:
java -jar npm-package-analyzer-assembly-0.1.1.jar
Last version may be different!
Prerequisites: Java 8 (JRE is enough)

No comments:

Post a Comment