0.5.1 • Published 3 months ago

@loopx/core v0.5.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

core

LoopBack

Overview

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

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