noctisnova
v1.0.1
Published
The NoctisNova CLI suite — run any doctor tool from one command.
Downloads
293
Maintainers
Readme
noctisnova
The NoctisNova CLI suite. Run all your doctor tools from one command.
Built by NoctisNova.
Install & run
No install required:
npx noctisnovaOr jump straight to a specific tool:
npx noctisnova dead-doctor ./my-app
npx noctisnova auth-doctor --json
npx noctisnova orm-doctor ./my-app
npx noctisnova neat-doctor --treeGlobal install (optional):
npm install -g noctisnova
noctisnovaTools included
| Tool | What it does | |------|-------------| | dead-doctor | Finds dead files, unused exports, zombie deps, commented blocks | | auth-doctor | Detects auth vulnerabilities, unprotected routes, exposed secrets | | orm-doctor | Spots N+1 queries, missing indexes, unsafe raw SQL, unbounded queries | | neat-doctor | Analyses code structure, circular deps, god files, deep imports |
All tools target TypeScript and Next.js codebases and produce a scored health report (0–100).
Requirements
- Node.js 18+
Links
- Homepage: https://noctisnova.com
- Repository: https://github.com/noctisnova/noctisnova-npm
- Issues: https://github.com/noctisnova/noctisnova-npm/issues
License
MIT
