@itandu/core-backend
v2.0.14
Published
CromwellCMS Backend SDK
Downloads
2
Readme
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();