0.0.6 • Published 9 months ago

@directus-forge/extensions v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

@directus-forge/extensions

@directus-forge/extensions is a mini framework designed to simplify the process of building custom extensions for the Directus platform. This library provides a decorator-based approach for creating custom controllers, routes, and handling HTTP requests in Directus using TypeScript.

Features

  • Decorator-based syntax for handling HTTP methods like @Get, @Post, etc.
  • Decorator-based syntax for handling Directus Hooks
  • Fully typed and built with TypeScript.
  • Simplifies the process of creating and organizing custom logic for Directus.
  • Provides base classes and utilities for common operations.

Installation

You can install the library from npm:

npm install @directus-forge/extensions