@gooddata/js-utils
v4.1.0
Published
Various utils shared on GoodData frontend
Downloads
3,646
Maintainers
Keywords
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 and Yarn (for versions, see config).
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.