@gooddata/js-utils

Various utils shared on GoodData frontend

Usage no npm install needed!

<script type="module">
  import gooddataJsUtils from 'https://cdn.skypack.dev/@gooddata/js-utils';
</script>

README

GDC JavaScript utilities

This repo contains some basic utilities used among JavaScript frontend applications at GoodData. Utils use babel for packaging, so that you can use ES6 modules & syntax.

Setup

Install Node.js (node 12.16.1, npm v6.13.4) and Yarn 1.22.4.

Install dependencies:

yarn install --frozen-lockfile

Development

To run tests, run the following command:

yarn test

For releasing new version, run the following command:

./ci/release.sh [major|minor|patch]

Default version increment is patch.