@microloop/core
v4.5.10
Published
packages
Downloads
75
Readme
core
Overview
@microloop/core
is the application core for the
bleco
. It contains
- adapters
- commands
- components
- constants
- decorators
- enums
- mixins
- models
- providers
- repositories
- sequence handlers
- utilities
that are used throughout the service catalog.
Installation
npm install @microloop/core
@microloop/core
is dependent on swagger-stats
, so if you haven't
added prom-client already, you should do this now. It's a peer dependency of swagger-stats as of version 0.95.19.
npm install prom-client@12 --save