0.0.4 • Published 1 year ago

db-innovation-azure-events v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

db-innovation-azure-events

This is a Node.js package that provides functionality related to Azure events.

Installation

You can install this package using npm:

npm install db-innovation-azure-events

Usage

After installing the package, you can import it in your JavaScript or TypeScript files:

import { DealershipCreatedEvent } from 'db-innovation-azure-events';

Then, you can use the functions provided by the package.

Publishing to npm

Before you can publish this package to npm, you need to create an npm account and log in to it in your terminal using npm login.

Once you're logged in, you can publish the package using the publish script defined in package.json:

npm run pub

This will build the package and publish it to npm. The package name and version in your package.json must be unique in the npm registry.

0.0.4

1 year ago

0.0.3

1 year ago