Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 978 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 978 Bytes

ReDRAW (Reverse Engineer Drawing Tool)

Build Status Coverage Status

Installing Dependencies (i.e. NPM Modules)

  • Open bash/terminal
  • Download the lastest version of node and npm using instructions here
  • Cd into project's root directory
  • npm install: Installs all project specific package modules within the project's root directory called node_modules

Unit Testing

  • Open bash/terminal
  • CD into project's root directory
  • Update local npm packages using npm install
  • npm test: Runs both the unit tests and coveralls code coverage tool

Code Coverage Tools