9.1.0 • Published 2 years ago

@eliona-smart-building-assistant/utils-backend v9.1.0

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

@eliona/utils

A collection of utils used across all eliona apps

Install

  1. Set your package manager to work with our private package registry: create .npmrc file in the root dir and add
    registry=https://pkgs.dev.azure.com/itec-ag/eliona/_packaging/elionaJsFeed/npm/registry/
    always-auth=true
    Now, your package manager will fetch all packages from azure registry.
  2. But this is a private registry that requires auth. To do so follow this guide

  3. Now you're ready to install the package itself

    yarn install @eliona/utils

Usage

import { arrayMove } from '@eliona/utils';

Testing

This repo includes a test app where you can check if everything works. Run

yarn start

to build lib files and watch for changes. Then go to the example dir and run

yarn install
yarn start

from there. The example app is set to use external lib we just built.

9.1.0

2 years ago

9.0.3

2 years ago

9.0.2

2 years ago

9.0.1

2 years ago

9.0.0

2 years ago

0.0.1-test

2 years ago