{"id":13618697,"url":"https://github.com/marcolink/cf-content-types-generator-app","last_synced_at":"2025-07-20T09:33:22.404Z","repository":{"id":37076214,"uuid":"339501751","full_name":"marcolink/cf-content-types-generator-app","owner":"marcolink","description":"A Contentful App to generate typescript types based on contentful's content types.","archived":false,"fork":false,"pushed_at":"2024-11-15T19:34:07.000Z","size":10104,"stargazers_count":67,"open_issues_count":18,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T02:54:28.997Z","etag":null,"topics":["contentful","contentful-app","typescript"],"latest_commit_sha":null,"homepage":"https://cf-content-types-generator-app.netlify.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcolink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-16T19:05:51.000Z","updated_at":"2025-03-06T14:43:52.000Z","dependencies_parsed_at":"2023-02-18T00:46:02.331Z","dependency_job_id":"6e85e76e-29b8-4af8-8554-31d5eed8ee3e","html_url":"https://github.com/marcolink/cf-content-types-generator-app","commit_stats":{"total_commits":248,"total_committers":3,"mean_commits":82.66666666666667,"dds":"0.16129032258064513","last_synced_commit":"3bb99b4fc10f0d07c03e86c1d86ddba2a3948dee"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcolink/cf-content-types-generator-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolink%2Fcf-content-types-generator-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolink%2Fcf-content-types-generator-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolink%2Fcf-content-types-generator-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolink%2Fcf-content-types-generator-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcolink","download_url":"https://codeload.github.com/marcolink/cf-content-types-generator-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcolink%2Fcf-content-types-generator-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266100846,"owners_count":23876669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["contentful","contentful-app","typescript"],"created_at":"2024-08-01T21:00:29.263Z","updated_at":"2025-07-20T09:33:21.588Z","avatar_url":"https://github.com/marcolink.png","language":"TypeScript","funding_links":[],"categories":[":star: Awesome Apps"],"sub_categories":[],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/72588f58-5794-440a-a519-705ea7b91770/deploy-status)](https://app.netlify.com/sites/cf-content-types-generator-app/deploys)\n[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)\n\n# TS Content Types Generator App\n\n\u003e A [Contentful App](https://www.contentful.com/developers/docs/extensibility/app-framework/) to generate typescript types based on contentful's content types. It utilizes the [cf-content-types-generator](https://github.com/contentful-labs/cf-content-types-generator) CLI.\n\n![Screenshot of Typescript types generator inside of the Contentful UI](./screenshot.png)\n\nThis project was bootstrapped with [Create Contentful App](https://github.com/contentful/create-contentful-app), and deployed to [https://cf-content-types-generator-app.netlify.app](https://cf-content-types-generator-app.netlify.app/)\n\n## 1 click installation\n\n[![Install to Contentful](https://www.ctfstatic.com/button/install-small.svg)](https://app.contentful.com/deeplink?link=apps\u0026id=2MXG5AIr2DtUvjAAmM7LV3)\n\n## Setup\n\n[The Contentful App Framework](https://www.contentful.com/developers/docs/extensibility/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.\n\nTo install and develop this app head over to your organization settings and create a new app.\n![Screenshot of Typescript types generator app setup in the Contentful UI](./docs/app-config-1.png)\n\nDefine the application name you prefer and the following App URL: `https://cf-content-types-generator-app.netlify.app`.\n\nThis app supports the following locations in the Contentful UI:\n\n- (Required) Page (`page`) - use TS Content Types Generator app as a full page app\n\n![Screenshot of Typescript types generator app setup in the Contentful UI](./docs/app-config-2.png)\n\n\u003e Thank you [Stefan Judis](https://github.com/stefanjudis) for letting me steal your [Setup description](https://github.com/stefanjudis/contentful-graphql-playground-app) :star:\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n#### `npm start`\n\nCreates or updates your app definition in contentful, and runs the app in development mode. Open your app to view it in\nthe browser.\n\nThe page will reload if you make edits. You will also see any lint errors in the console.\n\n#### `npm run build`\n\nBuilds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the\nbuild for the best performance.\n\nThe build is minified and the filenames include the hashes. Your app is ready to be deployed!\n\n## Libraries to use\n\nTo make your app look and feel like Contentful use the following libraries:\n\n- [Forma 36](https://f36.contentful.com/) – Contentful's design system\n- [Contentful Field Editors](https://www.contentful.com/developers/docs/extensibility/field-editors/) – Contentful's\n  field editor React components\n\n## Learn More\n\n[Read more](https://www.contentful.com/developers/docs/extensibility/app-framework/create-contentful-app/) and check out\nthe video on how to use the CLI.\n\nCreate Contentful App uses [Create React App](https://create-react-app.dev/). You can learn more in\nthe [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started) and how to\nfurther customize your app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcolink%2Fcf-content-types-generator-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcolink%2Fcf-content-types-generator-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcolink%2Fcf-content-types-generator-app/lists"}