Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 762 Bytes

File metadata and controls

22 lines (14 loc) · 762 Bytes

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.