Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/commanded/generator
Commanded application generator
https://github.com/commanded/generator
Last synced: 2 months ago
JSON representation
Commanded application generator
- Host: GitHub
- URL: https://github.com/commanded/generator
- Owner: commanded
- License: mit
- Created: 2021-04-29T20:11:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T14:42:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T22:37:26.703Z (3 months ago)
- Language: Elixir
- Size: 84 KB
- Stars: 37
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```