@itandu/core-backend
TypeScript icon, indicating that this package has built-in type declarations

2.0.14 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @itandu/core-backend

Weekly Downloads

1

Version

2.0.14

License

MIT

Unpacked Size

3.62 kB

Total Files

3

Last publish

Collaborators

  • robodove
  • ituadmin