Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neighborhoods/prefabfitness
Fitness UseCases for Prefab.
https://github.com/neighborhoods/prefabfitness
Last synced: about 1 month ago
JSON representation
Fitness UseCases for Prefab.
- Host: GitHub
- URL: https://github.com/neighborhoods/prefabfitness
- Owner: neighborhoods
- License: mit
- Created: 2018-09-04T22:12:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T23:06:28.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T04:03:21.368Z (almost 2 years ago)
- Language: PHP
- Homepage:
- Size: 6.04 MB
- Stars: 1
- Watchers: 19
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prefab Fitness
The fitness use cases for [`prefab`](https://github.com/neighborhoods/prefab).The `UseCaseXY` directories are example starting points that Prefab should be able to build from.
`X` corresponds to the major version of prefab for this use case.
`Y` is an incrementing integer to distinguish the use cases.Each `UseCaseXY` directory contains a specific `README.md` for that use case.
### Table of Contents
Use Case | README| Description
-----|------|------|
UseCase 51 | [README](UseCase51/README.md) | Generate an endpoint using Prefab 5 |
UseCase 81 | [README](UseCase81/README.md) | Generate an endpoint using Prefab 8 |
UseCase 82 | [README](UseCase82/README.md) | Debugging an endpoint |
UseCase 83 | [README](UseCase83/README.md) | Generate a repository actor group |
UseCase 84 | [README](UseCase84/README.md) | Use Prefab 8 with PHP 8 |
UseCase 85 | [README](UseCase85/README.md) | json_serialize_map_as_array option |