A Contentful App to generate typescript types based on contentful's content types. It utilizes the cf-content-types-generator CLI.
This project was bootstrapped with Create Contentful App, and deployed to https://cf-content-types-generator-app.netlify.app
The Contentful App Framework allows developers to extend the Contentful UI with custom functionality. You can install the app and use its hosted version without editing any code.
To install and develop this app head over to your organization settings and create a new app.
Define the application name you prefer and the following App URL: https://cf-content-types-generator-app.netlify.app
.
This app supports the following locations in the Contentful UI:
- (Required) Page (
page
) - use TS Content Types Generator app as a full page app
Thank you Stefan Judis for letting me steal your Setup description ⭐
In the project directory, you can run:
Creates or updates your app definition in contentful, and runs the app in development mode. Open your app to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Builds the app for production to the build
folder. It correctly bundles React in production mode and optimizes the
build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
To make your app look and feel like Contentful use the following libraries:
- Forma 36 – Contentful's design system
- Contentful Field Editors – Contentful's field editor React components
Read more and check out the video on how to use the CLI.
Create Contentful App uses Create React App. You can learn more in the Create React App documentation and how to further customize your app.