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.