Socket
Book a DemoInstallSign in
Socket

@2gis/ts-docs-generator

Package Overview
Dependencies
Maintainers
10
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@2gis/ts-docs-generator

Documentation generator for 2GIS TS projects

latest
npmnpm
Version
0.1.0
Version published
Maintainers
10
Created
Source

TS docs generator

Documentation generator for TypeScript projects of 2GIS.

Installation

npm i @2gis/ts-docs-generator

Usage

CommonJS

const { generateDocs } = require("@2gis/ts-docs-generator");

generateDocs(config).then((result) => {
    // Access generated documentation
    // result.manifest - Contains metadata about the documentation
    // result.reference - Contains the generated API documentation
});

Development

# Install dependencies
npm install

# Run tests
npm test

# Build the project
npm run build

Release Process

To release a new version:

  • Create a tag vX.Y.Z in GitLab (where X.Y.Z is the semantic version number)
  • Push the tag to the repository
  • The CI/CD pipeline will automatically build and publish the package

FAQs

Package last updated on 21 May 2025

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