xena-common

This library consists of adapters, helpers and types that is necesary for xena web ui projects.

Usage no npm install needed!

<script type="module">
  import xenaCommon from 'https://cdn.skypack.dev/xena-common';
</script>

README

Common lib

This project contains common classes, that are necessary for xena typescript projects.

Installation

With yarn

yarn add https://expando.codebasehq.com/xena/xenatscommon.git

With NPM

npm install https://expando.codebasehq.com/xena/xenatscommon.git --save

Before commit please recompile

We commit compiled code, because we need to install package from the git repository.

npm run recompile