mowitnow
v1.0.5
Published
Effective mower controller
Downloads
17
Readme
Mowitnow
Effective mower controller
Installation
$ npm install mowitnow
Usage
var App = require('mowitnow');
var app = new App({
configFile : '[config-file-path]'
});
app.run();
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