项目作者: oshogun

项目描述 :
A Typescript implementation of a Graphs data structure library, made as a college project.
高级语言: TypeScript
项目地址: git://github.com/oshogun/trab_1_grafos.git
创建时间: 2018-08-21T12:20:27Z
项目社区:https://github.com/oshogun/trab_1_grafos

开源协议:

下载


Build instructions:

An easy to use makefile is provided. You’ll need to have node and npm installed to use this.
To install the dependencies (TypeScript and tsc-watch), run

  1. $ sudo make dependencies

To compile, run

  1. $ make

To incrementally compile, run

  1. $ make watch

To delete compiled JS files, run

  1. $ make clean

To run the test file, run

  1. $ make test