You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a JavaScript parser for [jQAssistant](https://www.jqassistant.org). It enables jQAssistant to scan and to analyze [JavaScript](https://www.ecma-international.org/ecma-262/9.0/index.html#Title) files.
7
+
This is a JavaScript parser for [jQAssistant](https://jqassistant.org/).
8
+
It enables jQAssistant to scan and to analyze JavaScript file.
9
9
10
10
## Getting Started
11
-
### Standalone
12
-
Download [jQAssistant](https://jqassistant.org/get-started/) for command line usage. To build the project create a new maven run configuration for the project with the goals ```clean install```. You can find the resulting jar file in the target folder of the project. Then run:
11
+
12
+
Download the jQAssistant command line tool for your system: [jQAssistant - Get Started](https://jqassistant.org/get-started/).
13
+
14
+
Next download the latest version from the release tab. Put the `jqassistant-javascript-plugin-*.jar` into the plugins folder of the jQAssistant command
15
+
line tool.
16
+
17
+
Now scan your code and wait for the plugin to finish:
0 commit comments