npm.io
2.0.14 • Published 4 years ago

@itandu/core-backend

Licence
MIT
Version
2.0.14
Deps
30
Size
4 kB
Vulns
0
Weekly
0

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();