[](https://circleci.com/gh/mauriciomelo/doctor-cli/tree/master)
License-gated installer and doctor CLI for Agent Toolpacks.
Small Vite Doctor CLI for project diagnostics.
Quickstart Doctor CLI (placeholder)
This package is part of the [React Native CLI](../../README.md). It contains commands for diagnosing and fixing common Node.js, iOS, Android & React Native issues.
Diagnose Svelte codebases for state, effects, performance, security, accessibility, architecture, and dead-code issues
Check your Expo project for known issues
> Percy CLI sub-command that diagnoses network, authentication, configuration, and CI readiness for running Percy builds.
Sanity CLI tool for managing Sanity projects and organizations
Detect potential issues with users system that could prevent Yeoman from working correctly
AWS CDK CLI, the command line tool for CDK apps
oxlint plugin for React Doctor: diagnose React codebases for security, performance, correctness, accessibility, bundle-size, and architecture issues
The _TinaCloud CLI_ can be used to set up your project with TinaCloud configuration, and run a local version of the TinaCloud content-api (using your file system's content). For a real-world example of how this is being used checkout the [TinaCloud Starte
Sanity's Runtime CLI for Blueprints and Functions
Diagnose and fix React codebases for security, performance, correctness, accessibility, bundle-size, and architecture issues
HyperFrames CLI — create, preview, and render HTML video compositions
Command line interface version of Awsome Doctor.
Node implementation of the contract between the Slack CLI and Bolt for JavaScript
Programmable interface to Clinic.js Doctor
Command-line interface for the QVAC ecosystem
Static analysis tool for NestJS that produces a health score with actionable diagnostics and an interactive report
CLI for MCP server diagnostics — diagnose, compare, and watch commands
Appium driver for Gecko-based browsers and web views
UiAutomator2 integration for Appium
A kludge to improve the performance of static site generators that use asciidoc through its cli
A powerful data validation and cleaning tool for JSON and CSV files
DoctorFinder is a CLI that asks for a zipcode and the returns a list of doctors.
# Otto AsciiDoc-powered static site generator with Jekyll-style conventions: layouts, includes, data files, posts, drafts, permalinks, and custom collections. ## Install ```sh gem install ottogen ``` Requires Ruby 3.0 or newer. ## Quickstart ```sh mkdir mysite && cd mysite otto init otto build otto serve open http://127.0.0.1:8778/ ``` For a longer walkthrough including AsciiDoc syntax, see [GUIDE.md](GUIDE.md). ## Commands | Command | Description | |---|---| | `otto init [DIR]` | Scaffold a new site (current dir if omitted) | | `otto build` | Render the site to `_build/` | | `otto build --drafts` | Include posts from `_drafts/` | | `otto watch` | Rebuild on file change | | `otto serve` | Serve `_build/` on port 8778 | | `otto generate PAGE` | Create a new page in `pages/` | | `otto post "Title"` | Create a new dated post in `_posts/` | | `otto clean` | Delete `_build/` | | `otto doctor` | Sanity-check project layout | ## Project layout ``` my-site/ ├── .otto # marker ├── config.yml # site config ├── assets/ # copied verbatim into _build/ ├── pages/ # AsciiDoc pages, output mirrors path ├── _layouts/ # ERB layouts (.html.erb) ├── _includes/ # ERB partials ├── _data/ # YAML/JSON files exposed as site.data.* ├── _posts/ # YYYY-MM-DD-slug.adoc └── _drafts/ # undated drafts (excluded by default) ``` ## Configuration (`config.yml`) ```yaml title: My Otto Site description: Things I write url: https://example.com baseurl: "" permalink: /:year/:month/:day/:slug/ collections: recipes: output: true ``` `permalink` accepts these tokens: `:year`, `:month`, `:day`, `:slug`, `:title`. Templates ending in `/` produce pretty URLs (`<path>/index.html`). ## Pages and posts Both support YAML front matter: ```adoc --- layout: default title: Hello tags: [ruby, cli] --- = Hello Welcome to {site_title}. This page is at {page_url}. ``` Pages live under `pages/`; posts under `_posts/` with `YYYY-MM-DD-slug.adoc` names. Layouts wrap rendered AsciiDoc; partials in `_includes/` are pulled in via `<%= partial 'header.html' %>`. ## License MIT
No description provided.
No description provided.
No description provided.
No description provided.