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
- Host: GitHub
- URL: https://github.com/sypherlev/unfold
- Owner: sypherlev
- License: mit
- Created: 2018-11-22T20:10:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-06T17:03:43.000Z (almost 7 years ago)
- Last Synced: 2025-02-16T03:19:48.338Z (over 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.