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

3.0.3-alpha.0 • Public • Published

CromwellCMS Backend SDK

Exports backend helpers, ORM repositories and entities.

Install

npm i @cromwell/core-backend

Use

Example of usage

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

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

Readme

Keywords

none

Package Sidebar

Install

npm i @cromwell/core-backend

Weekly Downloads

10

Version

3.0.3-alpha.0

License

MIT

Unpacked Size

1.47 MB

Total Files

575

Last publish

Collaborators

  • elrix