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

0.8.0 • 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.

Readme

Keywords

none

Package Sidebar

Install

npm i @docfy/core

Weekly Downloads

438

Version

0.8.0

License

MIT

Unpacked Size

46.3 kB

Total Files

33

Last publish

Collaborators

  • josemarluedke