معرفی شرکت ها


@technote-space/doctoc-2.6.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Generates TOC for markdown files of local git repo.
ویژگی مقدار
سیستم عامل -
نام فایل @technote-space/doctoc-2.6.2
نام @technote-space/doctoc
نسخه کتابخانه 2.6.2
نگهدارنده ['technote']
ایمیل نگهدارنده ['technote.space@gmail.com']
نویسنده Thorsten Lorenz
ایمیل نویسنده thlorenz@gmx.de
آدرس صفحه اصلی git://github.com/technote-space/doctoc.git
آدرس اینترنتی https://github.com/technote-space/doctoc#readme
مجوز MIT
# DocToc [![npm version](https://badge.fury.io/js/%40technote-space%2Fdoctoc.svg)](https://badge.fury.io/js/%40technote-space%2Fdoctoc) [![CI Status](https://github.com/technote-space/doctoc/workflows/CI/badge.svg)](https://github.com/technote-space/doctoc/actions) [![codecov](https://codecov.io/gh/technote-space/doctoc/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/doctoc) [![CodeFactor](https://www.codefactor.io/repository/github/technote-space/doctoc/badge)](https://www.codefactor.io/repository/github/technote-space/doctoc) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/doctoc/blob/master/LICENSE) Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites via a command line flag. ## Table of Contents <!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <details> <summary>Details</summary> - [Install](#install) - [Example](#example) - [Author](#author) </details> <!-- END doctoc generated TOC please keep comment here to allow auto update --> ## Install ```shell script yarn add @technote-space/doctoc ``` ## Example ```js import {readFileSync} from 'fs'; import {findMarkdownFiles, transform} from '@technote-space/doctoc'; findMarkdownFiles(__dirname); transform(readFileSync('README.md', { // mode: 'github.com', // github.com | bitbucket.org | gitlab.com | nodejs.org | ghost.org (default: github.com) // maxHeaderLevel: 2, // default: 4 // title: '**Table of Contents**', // isNotitle: true, // isFolding: true, // entryPrefix: '*', // processAll: true, // updateOnly: true, // openingComment: '<!-- toc -->', // closingComment: '<!-- tocstop --> ', // checkOpeningComments: ['<!-- toc '], // checkClosingComments: ['<!-- tocstop '], // checkSkipComments: ['<!-- toc skip '], // isCustomMode: false, // customTemplate: '<p align="center">${ITEMS}</p>', // itemTemplate: '<a href="${LINK}">${TEXT}</a>', // separator: '<span>|</span>', // footer: '', })); ``` ## Author [GitHub (Technote)](https://github.com/technote-space) [Blog](https://technote.space)


نیازمندی

مقدار نام
^1.1.39 @technote-space/anchor-markdown-header
^13.3.2 @textlint/markdown-to-ast
^8.0.2 htmlparser2
^0.3.3 update-section


زبان مورد نیاز

مقدار نام
14.21.3 Npm


نحوه نصب


نصب پکیج tgz @technote-space/doctoc-2.6.2:

    npm install @technote-space/doctoc-2.6.2.tgz