dk-docs
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-dev.10 • Public • Published

DK docs - convert .md (markdown) to .html

Install

Exec command

$ npm install --save dk-docs

Docs

Example

var dkDocs = require("dk-docs");
 
 dkDocs({
     files: [
         './README.en.md',
         './CHANGELOG.md',
         './README.ru.md',
     ],
     followExtensions: ["md"],
     isLowerCase: true,
     replaceDot: "_",
     outDir:"docs",
     nameArchive: "./dist/docs.zip",
 });

Result: download

About

Notes

License

MIT

Package Sidebar

Install

npm i dk-docs

Weekly Downloads

18

Version

1.0.0-dev.10

License

MIT

Unpacked Size

36.9 kB

Total Files

24

Last publish

Collaborators

  • denkar