An open API service indexing awesome lists of open source software.

https://github.com/sypherlev/unfold

Additional code generator for use with Chassis framework
https://github.com/sypherlev/unfold

Last synced: 9 months ago
JSON representation

Additional code generator for use with Chassis framework

Awesome Lists containing this project

README

          

# Unfold

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 `

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

`` must one of the following: `cli`, `web`, or `api`.