Skip to content

ElridgeDMello/starfleet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starfleet Evaluator Program

Steps to run:

  1. git clone [email protected]:elridgedmello/starfleet.git
  2. npm install
  3. node starfleetEvaluator.js path/to/fieldfile.ext path/to/scriptfile.ext

e.g. node starfleetEvaluator.js testFiles/example1/field.txt testFiles/example1/script.txt

Requires node v0.10.29 at the least (it may work with earlier versions, but has only been tested with this version)

Unit Testing

Unit tests exist for some of the source. To run the unit test, use jasmine-node

jasmine-node spec/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published