@repiq/sdk

4.4.1 • Public • Published

@repiq/sdk

RepIQ Typescript SDK

This is a npm package containing all shareable RepIQ code. It is meant to be consumed by other NodeJS/Angular/Typescript projects that need access to RepIQ functionality/business logic.

Publish updates to this package

In order for a project that depends on this package to receive updates, you must run npm publish after you build the source.

Example:

npm run clean
tsc
npm publish

This builds and publishes the code to https://www.npmjs.com/package/@repiq/sdk

Note: If you haven't authenticated npm via the command-line, you must login with an account associated with the RepIQ organization to gain access to the package.:

npm login

To see changes updated automatically in other npm packages that use this package, link your local directory via:

npm link

Note: you will also need to do this within the project that uses this package via npm link @repiq/sdk.

Using this package in another project

To include the RepIQ SDK in another project (execute the following within the base dir of the project you wish to include the SDK):

npm install --save @repiq/sdk

Then, import whatever class you want, such as:

import {
    Logger,
    AccountService
} from "@repiq/sdk/dist/services";

Readme

Keywords

none

Package Sidebar

Install

npm i @repiq/sdk

Weekly Downloads

115

Version

4.4.1

License

none

Last publish

Collaborators

  • zbrugman
  • jayncoke
  • elephant