2.0.14 • Published 3 years ago
@itandu/core-backend v2.0.14
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();
2.0.14
3 years ago