1.0.5 • Published 8 years ago

mowitnow v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Mowitnow

Effective mower controller

Linux Build Coverage CodeClimate Score NPM Version

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

License

License

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago