# @itandu/core

> CromwellCMS Shared SDK

Latest version **2.0.13** (published 2022-02-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install @itandu/core
pnpm add @itandu/core
yarn add @itandu/core
bun add @itandu/core
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.13 |
| Published | 2022-02-21 |
| First published | 2022-02-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 2.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Itandu UG |
| Maintainers | ituadmin |

## Links

- npm: https://www.npmjs.com/package/@itandu/core
- Repository: https://github.com/playrich/nextcms
- Homepage: https://github.com/playrich/nextcms#readme
- Issues: https://github.com/playrich/nextcms/issues
- npm.io page: https://npm.io/package/@itandu/core

## Dependencies (3)

- [react](https://npm.io/package/react.md) 17.0.2
- [tslib](https://npm.io/package/tslib.md) 2.3.1
- [react-dom](https://npm.io/package/react-dom.md) 17.0.2

## Recent versions

- 2.0.13 (latest) — 2022-02-21

## README

CromwellCMS Shared SDK

Exports common type definitions and helpers used by frontend and backend.

### Install
```
npm i @itandu/core
```

### Use
Example of usage
```ts
import { getStoreItem, TCmsSettings } from '@itandu/core';

const settings: TCmsSettings | undefined = getStoreItem('cmsSettings');
```

---
_Source: https://npm.io/package/@itandu/core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
