Skip to content

How to create plugin public npm package

Lev edited this page Aug 22, 2026 · 2 revisions

Target Plugin Packages & Architecture

Target plugins extend view-ignored with custom target rules, extractors, and manifest parsers for specialized toolchains or frameworks.

Ecosystem Architecture & Monorepo Strategy

view-ignored uses a monorepo workspace structure under packages/. All official and community target plugins reside within the monorepo structure and share unified build, test, lint, and release configurations.

@view-ignored/create Generator Tooling

Instead of manually constructing plugin repositories file-by-file or using template repositories, plugin scaffolding is handled automatically by the upcoming CLI generator package.

Related Wiki Pages

Clone this wiki locally