1.0.1 • Published 4 months ago

@contentstack/core v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

Contentstack

TypeScript Core SDK for Contentstack

Contentstack is a headless CMS with an API-first approach. It is a CMS that developers can use to build powerful cross-platform applications in their favorite languages. Build your application frontend, and Contentstack will take care of the rest. Read More.

Prerequisite

You need Node.js version 4.4.7 or later installed to use the Contentstack TS Core SDK.

Installation

npm install @contentstack/core

Use case

This package contains some core modules and utilities used by the Contentstack Typescript Delivery SDK SDK.

Development

Create the build:

npm run build

Run Scripts:

Run the unit tests:

npm run test

Run the lint tests:

npm run lint

Pack the SDK:

npm run package