Sha256: 0f5148d196f739d39b8762fb745fe44fe15efee299926c6dd12117b5c669b75e

Contents?: true

Size: 711 Bytes

Versions: 1

Compression:

Stored size: 711 Bytes

Contents

# EventSourcery Generators

An opinionated CLI tool for building event sourced systems with EventSourcery.

## Getting started

Generate a new event sourcery application:

```sh
$ eventsourcery new recipe_book
```

Generate a new aggregate, command and event:

```sh
$ eventsourcery generate:command recipe add
```

Generate a query and projection that subscribes to events:

```sh
$ eventsourcery generate:query active_recipes recipe_added
```

Generate a reactor that subscribes to events:

```sh
$ eventsourcery generate:reactor recipe_publisher recipe_added recipe_deleted
```

## References

For more information, check out the `event_sourcery` repository here:
<https://github.com/envato/event_sourcery>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
event_sourcery_generators-0.2.0 README.md