1.0.66 • Published 2 years ago

@rachio-npm/com-rachio-web-core v1.0.66

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

Core Web Modules

This repo contains shared Rachio web modules. These are our internal libraries to ensure that things work similarly between apps and reduce setup time and decision making.

Goals

  • Minimal, generic, utilities - This is a library, it does not contain any core app functionality
  • No single app specific functionality
    • Nothing should be here that's not used by more than one app
  • Regressions are minimized (that is, changes should be additive at this time)
  • 100% test and flow coverage

Installation

npm i git+ssh://git@github.com:Rachio/com.rachio.web.core.git --save-dev

or, for a specific version
npm i git+ssh://git@github.com:Rachio/com.rachio.web.core.git#v1.0.6 --save-dev

Modules

Roadmap

Types > Util > Api (duck crud/methods) > Components