Repository is archived
No commit activity in last 3 years
No release in over 3 years
Command line Eventide component generator
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Eventide Command Line Component Generator

Summary

The command_line-component_generator creates a component skeleton. It generates placeholders for message handlers, messages, an entity, projection, and store. It generates a settings file for the Postgres database connection, a test directory with supporting files to initialize the component during testing, as well as placeholders for test controls.

Usage

$ tkxs-component-generator component something
$ cd something-component

Installation

$ gem install tkxs-component-generator

License

The command_line-component_generator library is released under the MIT License.