Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.11 KB

Ent

Build Status Dependency Status devDependency Status

Now on version 0.2.1

An attack tree visualiser built in Node.js, with electron, D3 and React. Create attack trees as text then navigate them as a tree, saving and loading them as you please.

Ent in action

Downloading

Currently the application is only available for Mac:

Download

Contributing

Prerequisites

  npm install -g gulp
  npm install

Running the application

  • To compile and run the application, run gulp dev
  • To run the tests, run gulp test.
  • To package the app into a distributable application, run gulp package