0.0.1 • Published 4 months ago

@tsdiapi/crypto v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

crypto Plugin for TSDIAPI

A TSDIAPI plugin to extend API functionality with crypto.

šŸ“Œ About

This is a TSDIAPI plugin designed to extend your server functionality. TSDIAPI is a modular framework that allows you to build scalable APIs with dynamic plugin support.

šŸ”— TSDIAPI CLI: @tsdiapi/cli


šŸ“¦ Installation

You can install this plugin using npm:

npm install --save @tsdiapi/crypto

Then, register the plugin in your TSDIAPI project:

import { createApp } from "@tsdiapi/server";
import createPlugin from "@tsdiapi/crypto";

createApp({
    plugins: [createPlugin()]
});

šŸš€ Features

  • šŸ›  Extend TSDIAPI with additional functionalities.
  • āš™ Seamless integration with your existing API.
  • šŸ— Fully configurable to match your project needs.

šŸ”§ Configuration

This plugin can be configured via options when initializing:

createPlugin({
});
OptionTypeDefaultDescription

šŸ“Œ How to Use

After installation, you can use this plugin as part of your TSDIAPI application. If additional configuration is required, it can be passed as an object when initializing the plugin.

Example Usage:

import { createApp } from "@tsdiapi/server";
import createPlugin from "@tsdiapi/crypto";

const app = createApp({
    plugins: [createPlugin({
    })]
});

app.start();

šŸ”— Related Plugins

You can find more TSDIAPI plugins here:
šŸ”— Available Plugins


šŸ‘Øā€šŸ’» Contributing

Contributions are always welcome! If you have ideas for improving this plugin, feel free to open a pull request.

Author: unbywyd
GitHub Repository: https://github.com/unbywyd/tsdiapi-crypto

šŸ“§ Contact: unbywyd@gmail.com

šŸš€ Happy coding with TSDIAPI! šŸŽ‰

0.0.1

4 months ago