@chtsinc/ch-javascript-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

ch-javascript-sdk

A set of client-side functionality for creating, adding and uploading test report to CH cloud with valid subscription.

Installation

Install the dependency packages:

npm install

Publishing changes

To publish a new version to the NPM registry:

  1. Commit and push the changes.

  2. Update the version of the package using one of the following:

    npm version patch
    

    or

    npm version minor
    

    or one of the other variations (see npm-version)

  3. Push the version commit

    git push origin master
    
  4. Push the version tag

    git push origin <name-of-tag>
    

    where is something like vX.Y.Z (e.g. v1.0.58)

Copyright (c) 2021 chtsinc, Inc. All rights reserved.

/@chtsinc/ch-javascript-sdk/

    Package Sidebar

    Install

    npm i @chtsinc/ch-javascript-sdk

    Weekly Downloads

    8

    Version

    0.0.8

    License

    SEE LICENSE IN LICENSE.md

    Unpacked Size

    89.8 kB

    Total Files

    61

    Last publish

    Collaborators

    • rthomas-chtsinc
    • shiva-chts