@greenchic/interfaces
TypeScript icon, indicating that this package has built-in type declarations

2.1.3 • Public • Published

Global Utils Interfaces

interfaces shared between serverless cloud microservices and typescript-based clients

Usage

To install the project, you should simply add as a npm package

npm i -S @greenchic/interfaces

To use, simply import

import {MessageCodes} from "@greenchic/interfaces";

and then use freely

Definition

TODO: add better definitions

MessageCodes Global Message Codes

ResponseInterface The generic Response interface shared between the cloud backend and the frontend

Releasing a new version

Releasing a version is handled by node npm.

This is the formalism, based on npm version v1.2.3 where

  • v is mandatory, since it's also generated automatically in minor releases
  • 1 is the major release
  • 2 is the minor release
  • 3 is the patch number

Simply use npm version major|minor|patch according to your needs. Keep in mind that the npm version patch is handled automatically each push

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i @greenchic/interfaces

    Weekly Downloads

    1

    Version

    2.1.3

    License

    ISC

    Unpacked Size

    7.82 kB

    Total Files

    12

    Last publish

    Collaborators

    • davini
    • greenchic-dev