This is a template for creating plugins for use with LogLayer.
See the Creating Plugins documentation for more information.
npm install
npm run test
Uses Biome for linting and formatting.
npm run lint
Uses tsup to build commonjs and esm versions.
npm run build
.
├── src/
│ ├── __tests__/ # Test files
│ ├── index.ts # Plugin code