# Eather

## Getting Started with Eather

Simply use the HelloWorld application or start fresh by running or get eather command line tools.

```
go get -u github.com/EatherGo/cmd/eather
```

### Create New Application

```
eather create -n NewApp
```

### Create New Module

Make sure that you are in your application directory.

```
eather module -n EmptyModule
```

This will create all necessary files for an empty module. New module will be stored to your env variable `CUSTOM_MODULES_DIR`

#### With Controller

```
eather module -n EmptyModule -c
```

#### With Events

```
eather module -n EmptyModule -e
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eather-space.gitbook.io/eather/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
