Skip to content

Latest commit

 

History

History

README.md

DevTools Wiki

Welcome to the DevTools Wiki! This documentation provides comprehensive usage guides for each tool available in the DevTools platform.

📚 Available Tools

🔐 Encoding Tools

📊 JSON & Data Tools

📝 Text Tools

⏰ Time Tools

💻 Code Tools

🚀 Getting Started

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

💻 Command Line Interface

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]

🌐 Web Interface

Visit the DevTools Web App to use all tools through a user-friendly web interface.

📖 Contributing

Found an issue or have a suggestion? Check out our main repository to contribute or report issues.