All Projects → contentful → contentful-sdk-core

contentful / contentful-sdk-core

Licence: MIT license
Core modules for the Contentful JS SDKs

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to contentful-sdk-core

contentful-typescript-codegen
Generate TypeScript interfaces from a Contentful environment
Stars: ✭ 164 (+864.71%)
Mutual labels:  contentful
contentful-text-search
🔎 Powerful, configurable, and extensible text search for your content
Stars: ✭ 16 (-5.88%)
Mutual labels:  contentful
MarkyMark-Android
Markdown parser for Android
Stars: ✭ 24 (+41.18%)
Mutual labels:  contentful
nuxt-blog
A Nuxt.js server side rendered blog app
Stars: ✭ 59 (+247.06%)
Mutual labels:  contentful
gatsby-contentful-portfolio
Portfolio theme for Gatsby
Stars: ✭ 107 (+529.41%)
Mutual labels:  contentful
the-example-app.py
Example app for Contentful in Python
Stars: ✭ 17 (+0%)
Mutual labels:  contentful
nextjs-blog-starter-kit
NextJS Blog + Contentful Typescript Starter kit with Static Export 🚀
Stars: ✭ 56 (+229.41%)
Mutual labels:  contentful
gatsby-starter
Gatsby Starter for creating portfolio & blog.
Stars: ✭ 55 (+223.53%)
Mutual labels:  contentful
bartzalewski.com-v2
My 2nd portfolio website
Stars: ✭ 31 (+82.35%)
Mutual labels:  contentful
contentful-migrate
🐎 Schema migration tooling for Contentful, with state management
Stars: ✭ 54 (+217.65%)
Mutual labels:  contentful
react-contentful
📰 A React component library that makes it super simple to compose Contentful content into your sites and applications.
Stars: ✭ 58 (+241.18%)
Mutual labels:  contentful
ember-data-contentful
Ember Data adapter for contentful.com
Stars: ✭ 33 (+94.12%)
Mutual labels:  contentful
ContentfulBundle
Symfony Bundle for the Contentful SDK.
Stars: ✭ 29 (+70.59%)
Mutual labels:  contentful
contentful-static-react
A starter kit for building a static website with React as the templating library and Contentful as the CMS.
Stars: ✭ 48 (+182.35%)
Mutual labels:  contentful
create-contentful-app
Bootstrap a Contentful App
Stars: ✭ 68 (+300%)
Mutual labels:  contentful
stacy
Website generator that combines content from Contentful CMS with Handlebars templates and publishes the website in Amazon S3.
Stars: ✭ 24 (+41.18%)
Mutual labels:  contentful
exo
EXO, the empathy-first framework for an accessible world.
Stars: ✭ 75 (+341.18%)
Mutual labels:  contentful
Portfolio
A Next.js & Material UI portfolio that stylizes markdown files from the GitHub API and Contentful CMS.
Stars: ✭ 18 (+5.88%)
Mutual labels:  contentful
contentful-hugo
A CLI tool that pulls data from Contentful and turns it into markdown files for Hugo and other static site generators. It also includes an express server that can be used for local development and content previews
Stars: ✭ 31 (+82.35%)
Mutual labels:  contentful
cf-content-types-generator-app
A Contentful App to generate typescript types based on contentful's content types.
Stars: ✭ 28 (+64.71%)
Mutual labels:  contentful

contentful-sdk-core

Build Status David David

MIT License NPM Version npm downloads js-standard-style semantic-release Commitizen friendly

This package contains some core modules and utilities used by both the contentful.js and contentful-management.js SDKs.

About

Contentful provides a content infrastructure for digital teams to power content in websites, apps, and devices. Unlike a CMS, Contentful was built to integrate with the modern software stack. It offers a central hub for structured content, powerful management and delivery APIs, and a customizable web app that enable developers and content creators to ship digital products faster.

Installation

npm install --saveDev contentful-sdk-core

Use case

This package contains some core modules and utilities used by both the contentful.js and contentful-management.js SDKs.

Support

We support LTS versions of Node.js and all current browsers in their last 3 versions including IE 11.

ES2015 modules version

For bundlers like webpack2 and rollup we support the module & jsnext:main entry in the package.json

Development

Create the default and the es-modules build:

npm run build

Run Tests:

Run only the unit tests:

npm run test

Run unit tests including coverage report:

npm run test:cover

Run unit tests with coverage report and display the result in your browser:

npm run browser-coverage

Emulate a CI test run:

npm run test:ci-emulate

Enable debug mode for tests:

npm run test:debug
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].