nextdoctor

Docs

nextdoctor is a CLI — diagnose, fix, dev, and init. No install required to try it:

$npx @gowhiteleaf/nextdoctor diagnose

That downloads and runs nextdoctor for just that one command — nothing installed, nothing added to your project's package.json. Once you're happy with it:

# global — one install, available everywhere
npm install -g @gowhiteleaf/nextdoctor

# or per-project
npm install --save-dev @gowhiteleaf/nextdoctor

Note: nextdoctor (unscoped) was already taken on npm, so the package is published as @gowhiteleaf/nextdoctor — the command it gives you is still just nextdoctor.

Commands