@odopod/odo-module

Augment a class' static methods with helpers

Usage no npm install needed!

<script type="module">
  import odopodOdoModule from 'https://cdn.skypack.dev/@odopod/odo-module';
</script>

README

Odo Module

Augment a class' static methods with helpers

Install

npm install @odopod/odo-module --save

Quick Start

import OdoModule from '@odopod/odo-module';

class CoolModule {}

CoolModule.Classes = {
  BASE: 'cool-module',
};

OdoModule.register(CoolModule);

Documentation

Visit the Odo component directory for demos, code examples, and documentation.