3.3.0 • Published 2 years ago

@bleco/core v3.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

core

LoopBack

Overview

@bleco/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 @bleco/core

@bleco/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