1.1.58 • Published 6 years ago

fis-sdk v1.1.58

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
6 years ago

Fitch Solutions Client SDK

The intent of this code is to allow for cross team and cross project collaboration of design and tools in use. If you wish to collaborate and work towards a common design and common tools for easier testing and development, please reach out to Drew andrew.wilson@fitchsolutions.com to be added to the twice monthly meeting that covers this project.

How to use

Consuming

Each version of this software is held within it's own git tag and branch. This allows you to pull the exact version of code you wish. If simply consuming code, then you can safely ignore most of the build logic that is required and simply pull static files within the 'dist/' folder. /Example/ git+ssh://git@bitbucket.fitchratings.com/fs/client-sdk.git#1.0.0 would find the 1.0.0 tag and pull the code from that version. The code within the dist folder would then provide the code you require.

Developing

  1. Navigate to https://bitbucket.fitchratings.com/projects/FS/repos/client-sdk/browse
  2. Choose Clone from the menu
  3. Clone the code to you local machine (optionally, you can Fork and then Clone your Fork of the code for better branch management)
  4. Build the code npm install (Optionally: yarn install)
  5. You can now develop and use npm run dev to build and test.