8000 GitHub - seanchatmangpt/commanded-generator: Commanded application generator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

seanchatmangpt/commanded-generator

 
 

Repository files navigation

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.

git clone git@github.com:commanded/generator.git commanded_generator
cd commanded_generator
mix do deps.get, compile

Usage

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

mix commanded.new PATH --miro BOARD_ID

About

Commanded application generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 98.2%
  • Shell 1.8%
0