yanlipnican / gooddata-typings

TypeScript definition files for GoodData platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoodData Typings

TypeScript interfaces used in UI SDK

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

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

Install dependencies:

yarn install --frozen-lockfile

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

Running tests

To run tests (including watch mode), use yarn test.

$ yarn test

Deployment

Use gooddata-typings CI job.

Contributing

Report bugs and features on our issues page.

License

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

For more information, please see LICENSE

About

TypeScript definition files for GoodData platform

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%