🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@docmd/tui

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docmd/tui

Terminal User Interface (TUI) design system for docmd.

latest
Source
npmnpm
Version
0.7.9
Version published
Weekly downloads
647
221.89%
Maintainers
1
Weekly downloads
 
Created
Source

@docmd/tui

Terminal User Interface (TUI) design system for docmd.

This package provides a unified, high-signal design system for all terminal output across the docmd ecosystem. It ensures a consistent, professional, and emoji-free aesthetic for core tools and third-party plugins.

Features

  • Semantic Styling - Predefined color tokens for consistent visual feedback
  • Layout Components - Box-drawing based sections, dividers, and footers
  • Progress Tracking - Standardized step-by-step progress logging
  • Zero Configuration - Works out of the box with reasonable defaults
  • Universal Branding - Centralised ASCII logo for consistent brand presence

Usage

import { TUI } from '@docmd/tui';

TUI.banner(undefined, '0.7.7');
TUI.section('Building Site');
TUI.step('Parsing content', 'DONE');
TUI.footer();

Part of the docmd documentation engine.

Documentation

See docs.docmd.io for full usage and API reference.

License

MIT

Keywords

docmd

FAQs

Package last updated on 07 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts