New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

larkdocs2md

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

larkdocs2md

将飞书文档转成 Markdown 格式并生成文件

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

larkdocs2md

将飞书文档转成 Markdown 格式并生成文件

Convert Lark documents to Markdown files

安装/Install

npm i larkdocs2md

使用/Usage

const LarkDocs2Md = require('larkdocs2md').default;

try{
  const client = new LarkDocs2Md({
    appId: 'cli_xxxx',
    appSecret: 'xxxxxxxxx',
    basePath: __dirname,
  });
  client.generateMarkdown('https://xxxxxxx/docx/xxxxxx');

} catch(err) {
  console.error(err);
}

Keywords

larkdocs2md

FAQs

Package last updated on 18 Oct 2023

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