CodeCharta Visualization
CodeCharta by MaibornWolff
Jump to Section
Installation
You can start with Codecharta Visualization on multiple ways:
NPM Package
Make sure you have Node.js (version >=16) installed
For reference: Codecharta-Visualization on NPM
$ npm i -g codecharta-visualization
$ codecharta-visualization
Run a standalone
- Download the correct standalone version for your OS from the latest release page under 'Assets'
- Extract & run the application
If you get an error on MacOS because of a missing license, try this apple support article
You may be required to give the application executable rights
Build it yourself
To clone and run this application, you'll need Git and Node.js (version >=16) installed
$ git clone https://github.com/MaibornWolff/codecharta.git
$ cd codecharta/visualization
$ npm install
$ npm run dev
Tasks
After cloning the repository and running the installation as described above, you can use the other available commands and tasks inside the visualization project:
Build
Build the project in dist/
. The produced files are required if you want to package the application or start the standalone version.
$ cd visualization
$ npm run build
Package
Package the nwjs application to produce the standalone versions for Windows (32bit/64bit), Linux (32bit/64bit) and MacOS (64bit) for distribution and testing. Creates .zip
files for every OS and the webpack in the dist/packages/
folder.
Make sure to run the build task beforehand
This process might require administrative rights/sudo depending on the OS
For UNIX-based systems you need to install Wine to package the Windows application
Currently the MacOS version can't be packaged while using Windows (see sript/build-nwjs.js
)
$ npm run package
Dev
$ npm run dev
Start
Make sure to run build beforehand
$ npm run start
Testing
To run tests check out the following tasks:
Unit
Run unit tests in app/
and generate a coverage report in dist/coverage/
.
$ npm run test
$ npm run test:auto
E2E
Run end-to-end tests
$ npm run build
$ npm run e2e
$ npm run e2e:auto
To follow/watch the steps the e2e test is performing, deactivate headless mode in jest-puppeteer.config.js
(and maybe set the slowMo
parameter)
JSON structure
Example Data
JSON Schema