@docfy/core
TypeScript icon, indicating that this package has built-in type declarations

0.10.4 • Public • Published

@docfy/core

The core components of Docfy, a documentation site builder.

Compatibility

  • Node.js v10 or above

Installation

npm install @docfy/core
# or
yarn add @docfy/core

Usage

const Docfy = require('@docfy/core').default;
const path = require('path');

new Docfy()
  .run([
    {
      root: path.join(__dirname, 'docs'),
      urlPrefix: 'docs',
      pattern: '**/*.md',
    },
  ])
  .then(result => {
    console.log(result);
  });

Refer to the documentation site.

License

This project is licensed under the MIT License.

/@docfy/core/

    Package Sidebar

    Install

    npm i @docfy/core

    Weekly Downloads

    12,716

    Version

    0.10.4

    License

    MIT

    Unpacked Size

    46.3 kB

    Total Files

    33

    Last publish

    Collaborators

    • josemarluedke