neomake 0.5.1

Yet another task runner as make alternative, inspired by GitLab pipelines.
# Command-Line Help for `init`

This document contains the help content for the `init` command-line program.

**Command Overview:**

* [`init`]#init

## `init`

Initializes a new template workflow.

**Usage:** `init [OPTIONS]`

###### **Options:**

* `-t`, `--template <TEMPLATE>` — The template to init with.

  Default value: `min`

  Possible values: `min`, `max`, `python`

* `-o`, `--output <OUTPUT>` — The file to render the output to. "-" renders to STDOUT.

  Default value: `./.neomake.yaml`



<hr/>

<small><i>
    This document was generated automatically by
    <a href="https://crates.io/crates/clap-markdown"><code>clap-markdown</code></a>.
</i></small>