Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 |