mowitnow

1.0.5 • Public • Published

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

/mowitnow/

    Package Sidebar

    Install

    npm i mowitnow

    Weekly Downloads

    4

    Version

    1.0.5

    License

    MIT

    Last publish

    Collaborators

    • huljo