Mowitnow
Effective mower controller
Installation
$ npm install mowitnow
Usage
var App = ;var app = configFile : '[config-file-path]' ;app;
Command Line Interface
The interface for command-line usage is fairly simplistic at this stage, as seen in the following usage section.
Usage
mowitnow [command] <options>
Examples:
> mowitnow run my.cfg
Options:
run Run instructions from the given config file and return the final positions of mowers help Print usage info
Tests
To run the test suite, first install the dependencies, then run npm test
:
$ npm install$ npm test