Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/commanded/generator

Commanded application generator
https://github.com/commanded/generator

Last synced: 2 months ago
JSON representation

Commanded application generator

Awesome Lists containing this project

README

        

# Commanded Generator

Mix task to create a new Commanded project.

The task will create a new Elixir application configured to use Commanded,
EventStore, Commanded Ecto projections, and Ecto.

You will need to clone this repository to use the `commanded.new` Mix task.

```shell
git clone [email protected]:commanded/generator.git commanded_generator
cd commanded_generator
mix do deps.get, compile
```

## Usage

```shell
mix commanded.new PATH [--module MODULE] [--app APP]
```

It expects the path of the project as an argument.

### Scaffold a project from a Miro board

```shell
mix commanded.new PATH --miro BOARD_ID
```