/gooddata-typings

TypeScript definition files for GoodData platform

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

GoodData Typings

TypeScript interfaces used in UI SDK describing executeAfm API

Getting started

Usage

With yarn installed, go to your project directory and run

$ yarn add -D @gooddata/typings

If you prefer npm run

$ npm install --save-dev @gooddata/typings

Documentation

Documentation

Develop

Running the development

To develop, you need to run the typescript compiler. By running yarn dev, the typescript compiler will be run in watch mode.

$ cd gooddata-typings
$ yarn dev

Deployment

git checkout master && git pull upstream master --tags
npm version [major|minor|patch] -m "Release v%s"
npm publish
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