Skip to content

BugsBunny338/gooddata-data-layer

Repository files navigation

gooddata-data-layer

JavaScript library to obtain data for custom visualizations from GoodData platform.

Getting started

Usage

With yarn installed, go to your project directory and run

$ yarn add @gooddata/data-layer

If you prefer npm run

$ npm install @gooddata/data-layer

Documentation

Develop

Running the development

$ cd gooddata-data-layer
$ yarn dev

Running the tests

To validate using tslint, run

$ yarn validate

To start the unit tests, run

$ yarn test

Deployment

git checkout master && git pull upstream master --tags
npm version patch -m "Release v%s"
npm publish --access=restricted
git push upstream master --tags

Contributing

Report bugs and features on our issues page.

License

Copyright (C) 2007-2017, GoodData(R) Corporation. All rights reserved.

For more information, please see LICENSE