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

2.2.0 • Public • Published

solucx/sdk

Software Developmente Kit used as common logic between nodejs componemts of the solucx system.

Installation

To install this packege use npm install @solucx/sdk

This is a private repository. You should be logged in into a allowed npm account or keep this authorized .npmrc credentials file at project or usr root folder.

Test

To run the test suite use npm run test

Publish

To publish a new version of the SDK follow this steps:

  1. npm version (major|minor|patch)
    • major -> breaking changes
    • minor -> non-breaking changes
    • patch -> bugfixes
  2. npm publish
    • you have to logged in npm (npm login)
    • you should have access to the npm package (https://www.npmjs.com/package/@solucx/sdk)
  3. git push --tags

Readme

Keywords

Package Sidebar

Install

npm i @solucx/sdk

Weekly Downloads

23

Version

2.2.0

License

ISC

Unpacked Size

14.6 kB

Total Files

20

Last publish

Collaborators

  • daniel-solucx