Lysis
Generate files from JSON LD backend
Get startedGenerate frontend parts from backend
Lysis is a tool to generate files from backend's JSON LD documentation,
for example TypeScript classes for Angular, components for React, ...
It works well with API Platform.
Extensible
Add generators to your project to add backend-oriented features.
Project managed
Lysis configuration is included in the project and versioned, ready to be called when the API is updated.
Create your own generators
Lysis is based on Handlebars templates. Creating a generator is easy.
Documentation
Write your own generator(s)
- Create a generator
- Lysis methods and helpers
- Handlebars
- Built-in Handlebars helpers
- Generator parameters
- Use case
- Project only generator case