npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@conotion/cli

v0.3.48

Published

Conotion AI CLI – generate technical documentation, API references, and security reports for your projects in seconds.

Readme

Conotion AI CLI

The AI-powered documentation generator that transforms your code into professional docs in seconds.

npm install -g @conotion/cli

What is Conotion AI?

Conotion AI is the world's most advanced AI documentation platform that automatically generates comprehensive technical documentation, API references, and security reports for your projects. Our CLI brings the power of AI model (Mistral) directly to your terminal.

Perfect for:

  • Developers who want instant, high-quality documentation
  • Teams needing consistent documentation standards
  • Companies requiring automated security auditing
  • Open source projects seeking professional documentation

Conotion CLI Demo

Key Features

Intelligent Documentation Generation

  • Auto-detect project structure and generate relevant docs
  • Multi-format output: Markdown, JSON
  • Smart content: API docs, README, user guides, technical specs
  • Customizable templates for different project types

Advanced Security Auditing

  • Semgrep Community Edition integration with AI-enhanced analysis
  • Automated vulnerability scanning across JavaScript, TypeScript, Python, Java, Go, and more
  • AI-powered fix suggestions with line-by-line explanations
  • Smart fix application with line offset protection to prevent code corruption
  • Interactive fix mode for reviewing changes before application
  • Security report generation with simplified, actionable insights
  • Compliance reporting for enterprise security standards

Developer-First Experience

  • One-command setup: npm i -g @conotion/cli
  • Interactive prompts for guided documentation
  • Smart caching for faster subsequent runs
  • Team collaboration with shared configurations

Enterprise Features

  • Multi-language support: JavaScript, TypeScript, Python, Java, Go, Rust, and more
  • On-premise deployment with custom DNS and secure API key management
  • Custom branding and styling options
  • API access for programmatic usage
  • Environment configuration for cloud and on-premise setups

Quick Start

Installation

# Install globally
npm install -g @conotion/cli

Get your Conotion AI API key here

Basic Usage

# Start interactive mode
conotion

# Generate docs for current project
conotion docs

# Run security audit
conotion security

# Quick project initialization
conotion init

Documentation Types

Quick Documentation

Perfect for rapid prototyping and getting started quickly.

Comprehensive Documentation

Full project documentation with detailed explanations.

Focused Documentation

Target specific areas of your project.

Custom Documentation

Use your own templates and configurations.


Security Features

Automated Security Scanning

The Conotion CLI provides comprehensive security auditing powered by Semgrep Community Edition and enhanced with AI analysis.

Conotion CLI Demo

Advanced Fix Management

Our AI-powered system provides intelligent security fixes with advanced protection mechanisms:

  • Line Offset Protection: Prevents code corruption when applying multiple fixes
  • Pre-validation: Verifies fix targets before application
  • Post-validation: Ensures code integrity after fixes
  • Smart Sorting: Applies fixes in descending line order to avoid conflicts

Security Suggestions Management

Track and manage security improvements across your project:

# List all security suggestions
conotion suggestions list

# Apply specific suggestion by ID
conotion suggestions apply <suggestion-id>

# Ignore suggestion (with reason)
conotion suggestions ignore <suggestion-id>

# View security statistics
conotion suggestions stats

Security Report Generation

Generate comprehensive security reports for compliance and tracking:

# Export detailed security report to Conotion Cloud
conotion security export

# Generate local security report
conotion security scan --output ./security-report.md

Supported Languages & Frameworks

  • JavaScript/TypeScript: React, Node.js, Express, Vue, Angular
  • Python: Django, Flask, FastAPI
  • Java: Spring Boot, Maven, Gradle
  • Go: Gin, Echo, standard library
  • PHP: Laravel, Symfony
  • C#: .NET Core, ASP.NET
  • Ruby: Rails, Sinatra
  • And many more...

Configuration

Create a conotion.config.js file in your project root with conotion init :

{
  "projectName": "Mitchi",
  "outputDir": "./docs",
  "defaultType": "complete",
  "defaultAreas": [
    "architecture",
    "api",
    "setup",
    "security",
    "performance",
    "deployment"
  ]
}

Why Choose Conotion AI?

Lightning Fast

  • Generate comprehensive documentation in seconds
  • Smart caching reduces subsequent generation time by 80%
  • Parallel processing for large codebases

AI-Powered Intelligence

  • Uses Conotion AI API
  • Context-aware documentation generation
  • Learns from your codebase patterns

Contributing

We're building the future of AI-powered documentation. Join our community:


Support


License

© 2025 Conotion AI. All rights reserved. Use is subject to Conotion's Commercial Terms of Service.