An interactive CLI tool for creating educational content for the GoDojo platform.
Choose the appropriate binary for your operating system:
| Platform | Architecture | File |
|---|---|---|
| Linux | x86_64 | godojo-author-linux-amd64 |
| Linux | ARM64 | godojo-author-linux-arm64 |
| macOS | Intel | godojo-author-macos-intel-amd64 |
| macOS | Apple Silicon | godojo-author-macos-silicon-arm64 |
| Windows | x86_64 | godojo-author-windows-amd64.exe |
# Make the file executable (macOS/Linux)
chmod +x godojo-author-linux-amd64
# Test functionality
./godojo-author-linux-amd64 --version- Initialize author profile:
./godojo-author-linux-amd64 init- Start interactive mode:
./godojo-author-linux-amd64- Create a new topic:
godojo> create topic- Interactive mode with autocompletion and command history
- Author profile management with expertise configuration
- Educational content creation across structured categories
- Automatic template generation with proper frontmatter
- Content quality validation (800+ words, 3+ code examples)
- Multi-language support (Russian and English interface)
content/
├── basics/ # Language fundamentals
├── concurrency/ # Concurrent programming
├── web/ # Web development
├── database/ # Database operations
├── testing/ # Testing
├── production/ # Production-ready code
├── performance/ # Performance optimization
├── frameworks/ # Frameworks and libraries
└── security/ # Security
create topic # Create a new topic
check structure # Check repository structure
status # View status
config # Configuration management
validate # Content validation
list # List created content
help # Help./godojo-author init # Initialize profile
./godojo-author create topic # Create topic
./godojo-author status # View status- ✅ Minimum 800 words of text
- ✅ Minimum 3 working Go code examples
- ✅ Minimum 2 practical exercises
- ✅ All code examples must compile
- ✅ Properly formatted frontmatter
Интерактивный CLI-инструмент для создания образовательного контента для платформы GoDojo.
Выберите подходящий бинарник для вашей операционной системы:
| Платформа | Архитектура | Файл |
|---|---|---|
| Linux | x86_64 | godojo-author-linux-amd64 |
| Linux | ARM64 | godojo-author-linux-arm64 |
| macOS | Intel | godojo-author-macos-intel-amd64 |
| macOS | Apple Silicon | godojo-author-macos-silicon-arm64 |
| Windows | x86_64 | godojo-author-windows-amd64.exe |
# Сделайте файл исполняемым (macOS/Linux)
chmod +x godojo-author-linux-amd64
# Проверьте работу
./godojo-author-linux-amd64 --version- Инициализация профиля автора:
./godojo-author-linux-amd64 init- Запуск интерактивного режима:
./godojo-author-linux-amd64- Создание новой темы:
godojo> create topic- Интерактивный режим с автодополнением и историей команд
- Управление профилем автора с настройкой экспертизы
- Создание образовательного контента по структурированным категориям
- Автоматическая генерация шаблонов с правильным frontmatter
- Валидация качества контента (800+ слов, 3+ примера кода)
- Поддержка нескольких языков (русский и английский интерфейс)
content/
├── basics/ # Основы языка
├── concurrency/ # Параллельное программирование
├── web/ # Веб-разработка
├── database/ # Работа с базами данных
├── testing/ # Тестирование
├── production/ # Production-ready код
├── performance/ # Оптимизация производительности
├── frameworks/ # Фреймворки и библиотеки
└── security/ # Безопасность
create topic # Создать новую тему
check structure # Проверить структуру репозитория
status # Просмотреть статус
config # Управление конфигурацией
validate # Валидация контента
list # Список созданного контента
help # Справка./godojo-author init # Инициализация профиля
./godojo-author create topic # Создание темы
./godojo-author status # Просмотр статуса- ✅ Минимум 800 слов текста
- ✅ Минимум 3 рабочих примера кода Go
- ✅ Минимум 2 практических упражнения
- ✅ Все примеры кода должны компилироваться
- ✅ Правильно оформленный frontmatter
- Self-contained binaries with no dependencies / Самодостаточные бинарники без зависимостей
- Cross-platform support / Кроссплатформенность
- Interactive REPL with autocompletion / Интерактивный REPL с автодополнением
- Real-time validation / Валидация в реальном времени
This software is proprietary. See LICENSE.txt for complete terms and conditions.
Это программное обеспечение является проприетарным. См. LICENSE.txt для ознакомления с полными условиями использования.
This CLI tool is part of the GoDojo educational platform ecosystem.
Этот CLI-инструмент является частью образовательной экосистемы GoDojo.
Version / Версия: Latest stable / Последняя стабильная
Support / Поддержка: [email protected]