2.0.14 • Published 2 years ago

@itandu/core-backend v2.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

CromwellCMS Backend SDK

Exports backend helpers, ORM repositories and entities.

Install

npm i @itandu/core-backend

Use

Example of usage

import { ProductRepository } from '@itandu/core-backend';
import { getCustomRepository } from 'typeorm';

const products = await getCustomRepository(ProductRepository).getProducts();