@awesome-whatthefar/parser
TypeScript icon, indicating that this package has built-in type declarations

0.0.15 • Public • Published

@awesome-whatthefar/parser

A package for parsing codes to markdown.

Example

import { generateMarkdownFile, MarkdownPage } from '@awesome-whatthefar/parser';

(async () => {
  const readmePage = MarkdownPage.create({
    title: '@awesome-whatthefar/parser',
    dirPath: __dirname,
    fileName: 'README.md'
  });
  await generateMarkdownFile(readmePage);
})();

Readme

Keywords

none

Package Sidebar

Install

npm i @awesome-whatthefar/parser

Weekly Downloads

4

Version

0.0.15

License

MIT

Unpacked Size

106 kB

Total Files

93

Last publish

Collaborators

  • whatthefar