Skip to content

A template for creating plugins for LogLayer

License

Notifications You must be signed in to change notification settings

loglayer/loglayer-plugin-boilerplate

Repository files navigation

Plugin Boilerplate for LogLayer

This is a template for creating plugins for use with LogLayer.

See the Creating Plugins documentation for more information.

Installation

npm install

Run Tests

npm run test

Lint + Fix

Uses Biome for linting and formatting.

npm run lint

Build

Uses tsup to build commonjs and esm versions.

npm run build

Project Structure

.
├── src/
│   ├── __tests__/                # Test files
│   ├── index.ts                  # Plugin code

Releases

No releases published

Packages

No packages published