https://github.com/standardkit/core
https://github.com/standardkit/core
core data library typescript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/standardkit/core
- Owner: standardkit
- License: unlicense
- Created: 2023-07-19T12:26:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T09:33:31.000Z (over 1 year ago)
- Last Synced: 2025-09-22T21:53:15.840Z (9 months ago)
- Topics: core, data, library, typescript
- Language: TypeScript
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.