🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In
n

nowline-gary

npm

Packages

Current Co-maintainers

Former Co-maintainers

21 packages

@nowline/browser

Runs the whole Nowline pipeline — parse, validate, resolve includes, lay out, and render — in the browser, with pluggable I/O hooks. Powers @nowline/embed and the VS Code preview.

@nowline/cli

Command-line tool to check, convert, and create Nowline roadmaps.

@nowline/config

Loads Nowline project settings (the .nowlinerc file) for the CLI and editor integrations.

@nowline/core

Reads and checks the Nowline roadmap language — the parser and validator every Nowline tool builds on.

@nowline/embed

Browser embed bundle for Nowline. Drop a <script> tag and ```nowline``` blocks render in place.

@nowline/export

Nowline export engine — the single code path every tool shares, so a roadmap exports identically everywhere.

@nowline/export-core

Shared building blocks for Nowline's exporters — fonts, units, page sizes, and common types.

@nowline/export-html

Exports a Nowline roadmap as a standalone HTML page you can pan and zoom.

@nowline/export-mermaid

Exports a Nowline roadmap as a Mermaid Gantt chart in Markdown.

@nowline/export-msproj

Exports a Nowline roadmap to Microsoft Project XML for import into other PM tools.

@nowline/export-pdf

Exports a Nowline roadmap as a crisp, vector PDF.

@nowline/export-png

Exports a Nowline roadmap as a PNG image.

@nowline/export-xlsx

Exports a Nowline roadmap as an Excel workbook.

@nowline/layout

Nowline layout engine — works out where everything goes on the page before it's drawn.

@nowline/lsp

Nowline language server — powers editor features like error checking, autocomplete, and hovers in VS Code, Cursor, and other editors.

@nowline/lsp-worker

Runs the Nowline language server in a Web Worker, with a CodeMirror-friendly adapter for browser-based editors.

@nowline/mcp

Nowline MCP server — lets AI agents create, edit, and render your roadmaps.

@nowline/preview

Live-preview controller for Nowline diagrams — mounts the preview-shell viewport and owns the renderSource → applyRenderResult loop. Every entry point is injectable.

@nowline/preview-shell

A framework-agnostic preview pane for Nowline diagrams — zoom, pan, fit, minimap, and a table of issues. Used by the VS Code preview and browser surfaces.

@nowline/renderer

Nowline renderer — draws a laid-out roadmap as an SVG image.

@nowline/share-link

Packs a Nowline roadmap into a shareable link — no server needed, the whole roadmap rides in the URL.