Skip to content

neiromaster/ink-tools

Repository files navigation

ink-tools

Monorepo for Ink-based TUI (Terminal User Interface) components and utilities.

Packages

Installation

pnpm install

Development

Running Tests

# Run all tests across all packages
pnpm test

# Run tests for a specific package
cd packages/ink-mouse && pnpm test
cd packages/xterm-mouse && pnpm test

Building

# Build all packages
pnpm run build

# Build specific package (from package directory)
cd packages/xterm-mouse && pnpm run build

Code Quality

# Type checking
pnpm run typecheck

# Format all code
pnpm run format

# Check code without auto-fixing
pnpm run check

Publishing

This project uses Changesets for versioning and publishing. See .changeset/README.md for details.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages