An open API service indexing awesome lists of open source software.

https://github.com/standardkit/core


https://github.com/standardkit/core

core data library typescript

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Standardkit Core

## Installation

```bash
npm install --save @standardkit/core
```

## Angular

Add an `allowedCommonJsDependencies` entry in your build options.

This might change in the near future, it was changed to commonjs to support NestJS in the short-term.

```json
{
"build": {
"options": {
"allowedCommonJsDependencies": ["@standardkit/core"]
}
}
}
```

## Migrations

See Changelog.