- Node 12.x.x and up
- run
npm install
oryarn install
- for starting run
npm start
oryarn start
- to build windows installer run
npm run build-win
oryarn build-win
- installer will be inside
dist/
folder
- installer will be inside
- oss review toolkit BOM file
- Sonatype OSS index scan
Select XML from File Menu, and Import XML File will be automatically parsed and the results will be displayed on the screen
Word file output is automatically generated in same folder XML is found and the file name will match XML file name
XML file location: C:\Users\example\Desktop\bom.xml
Output Word file: C:\Users\example\Desktop\bom.xml.docx
If the XML format is not supported, the user will see the message on the screen.
- Build project with
tsc
command - Use code from
/tsdist
folder - Run
node cli.js --input="/path/to/input/file.xml" --output=/destination/file.docx
. Output parameter is optional. - Run with wild card:
node cli.js --input="/path/to/input/folder/*.xml
. Output parameter will be ignored.
Note: --output
parameter is not required. It will automatically use input file name and append .docx
extension.