0.1.0 • Published 1 year ago

@kiz8/inngest-client v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@kiz8/inngest-client

Inngest client for reputation management system.

Installation

npm install @kiz8/inngest-client

or

yarn add @kiz8/inngest-client

Usage

import { createInngestClient } from '@kiz8/inngest-client';

// Initialize the client
const inngest = createInngestClient({
  // Your configuration here
});

// Use the client
// ...

API Reference

createInngestClient(options)

Creates a new Inngest client instance.

Parameters

  • options - Configuration options for the Inngest client

Returns

An Inngest client instance.

License

MIT

0.1.0

1 year ago