Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/api-documenter

Package Overview
Dependencies
Maintainers
2
Versions
654
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/api-documenter

Read JSON files from api-extractor, generate documentation pages

  • 1.4.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
73K
increased by3.69%
Maintainers
2
Weekly downloads
 
Created

What is @microsoft/api-documenter?

@microsoft/api-documenter is a tool for generating API documentation from TypeScript and JavaScript projects. It is part of the Rush Stack family of tools and is designed to work seamlessly with API Extractor to produce high-quality documentation in various formats.

What are @microsoft/api-documenter's main functionalities?

Generate Markdown Documentation

This command generates Markdown documentation from the API JSON files produced by API Extractor. The input folder should contain the API JSON files, and the output folder will contain the generated Markdown files.

npx api-documenter markdown -i <input-folder> -o <output-folder>

Generate YAML Documentation

This command generates YAML documentation from the API JSON files. The YAML format is often used for further processing or integration with other documentation systems.

npx api-documenter yaml -i <input-folder> -o <output-folder>

Customizing Output

You can customize the output of the documentation by providing a configuration file. This allows you to tailor the generated documentation to meet specific needs or standards.

npx api-documenter markdown -i <input-folder> -o <output-folder> --config <config-file>

Other packages similar to @microsoft/api-documenter

FAQs

Package last updated on 13 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc