contently-source-fs
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

Contently Source Filesystem

Sources results from the local filesystem.

Usage

const ContentlySourceFs = require('contently-source-fs');
contentlyInstance.use(ContentlySourceFs, options);

Options

This plugin uses Globby under the hood, which means you can all of its and fast-glob's options.

interface Options extends GlobbyOptions {
	/**
	 * @name patterns
	 * @description One or multiple glob patterns
	 * @default "['*.md', '*.markdown', '!.*', '!_*']"
	 */
	patterns: string | string[];
}

Readme

Keywords

none

Package Sidebar

Install

npm i contently-source-fs

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

7.78 kB

Total Files

7

Last publish

Collaborators

  • krmax44