2.0.1 • Published 1 year ago

@leyyo/http v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

core

Core component for JavaScript/TypeScript

Leyyo > Core

  • Generics in Runtime
  • Dependency Injection
  • Extended Reflection
  • FQN (Fully Qualified Name)
  • Binder & Auto Bindings
  • Decorator Manager & Aliases
  • DTO Manager
  • Logger on Demand
  • Exception Handling
  • Mixin
  • Package Manager
  • Primitives
  • Central InMemory Storage
  • Symbol Manager
  • System Values
  • Hook Manager
  • Enumeration & Literal Registry

TODO & UnderConstruction

Install

npm i @leyyo/core

Standards

  • Language: TS
  • Eslint: Yes
  • Static Code Analysis: Yes IntelliJ Code Inspections
  • DDD - Document Driven: No
  • EDD - Exception Driven: Yes
  • TDD - Test Driven: No

Commands

  • npm run clear // clears "dist" folder
  • npm run lint // runs eslint for static code analysis
  • npm run build // builds JS files at "dist" folder
  • npm run test // runs test files in "test" folder
  • npm run test:watch *// runs test with watch option
  • npm run test:coverage *// runs test with coverage

Environments

  • NODE_ENV environment, prod|staging|dev|test|local

Author