sypherlev/unfold

Additional code generator for use with the Chassis framework

dev-master 2019-09-06 17:03 UTC

This package is auto-updated.

Last update: 2024-05-07 02:48:29 UTC


README

Unfold is a code generator used to create new business domain sections for use in the Chassis framework.

Usage

From the project root, run:

bin/unfold <section_name> <type>

Architect will attempt to generate Action, Service, and Responder class files of the correct type in /src/Domain/<Section_name>.

<type> must one of the following: cli, web, or api.