Skip to content

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

About

A template for creating plugins for LogLayer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published