Welcome to the DevTools Wiki! This documentation provides comprehensive usage guides for each tool available in the DevTools platform.
- Base64 Encoder/Decoder - Encode and decode Base64 strings with UTF-8 support
- Hex Text Converter - Convert between hex, ASCII, binary, and decimal formats
- JSON Validator & Formatter - Validate, format, and minify JSON with error highlighting
- XML Formatter - Format, validate, and minify XML documents
- String Analyzer - Analyze text strings with detailed statistics
- String Case Converter - Convert between different case formats
- Text Diff Tool - Compare and visualize differences between text blocks
- Timestamp Converter - Convert between Unix timestamps and human-readable dates
- Cron Expression Parser - Parse, validate, and explain cron expressions
- UUID Generator - Generate and validate UUID v4 identifiers
- Color Converter - Convert colors and analyze accessibility
Each tool page includes:
- Key Features - Important functionality highlights
- Web UI Guide - How to use the tool through the web interface
- CLI Usage - Command-line interface examples and commands
The DevTools CLI provides the same functionality as the web interface. Install and use it with:
npm install -g @devtools/cli
devtools <tool> <command> [options]Visit the DevTools Web App to use all tools through a user-friendly web interface.
Found an issue or have a suggestion? Check out our main repository to contribute or report issues.