Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

contentful-typescript-types

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful-typescript-types

Generate TypeScript types from Contentful content types

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Contentful TypeScript Types

This is a typescipt package that generates typescript types from the contentful content models.

Installation

npm install contentful-typescript-types

Usage

create a .env file with the following variables at the root of your project

CONTENTFUL_MANAGEMENT_ACCESS_TOKEN="contentful management access token"
CONTENTFUL_SPACE_ID="contentful space id"
CONTENTFUL_ENVIRONMENT_ID="contentful environment id"

then run the following command

npx contentful-typescript-types

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Keywords

contentful

FAQs

Package last updated on 23 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts