Skip to content

janetechinc/jane-evt-generator

 
 

Repository files navigation

Jane - Eventide Command Line Component Generator

Summary

The jane-evt-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

$ jane-evt component something_component

Installation

$ gem install jane-evt-generator --source https://[email protected]/USERNAME/

Development

To build a new version of the gem, use the following commands:

gem install gemfury # If never done before
fury login # If never done before
gem build jane-evt-generator.gemspec
fury push --as=iheartjane jane-evt-generator-*.gem

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.0%
  • Shell 30.0%