2.0.0-alpha.0 • Published 3 years ago

contently-render-json v2.0.0-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Contently Render JSON

Generates static JSON files.

Usage

import ContentlyRenderJSON from 'contently-render-json';

contently.use(ContentlyRenderJSON, options?);

Options

interface Options {
	/**
	 * Output directory for built JSON files
	 * @default outDir contently in cwd's parent
	 */
	outDir?: string;

	/**
	 * Clean directory before build
	 * @default clean false
	 */
	clean?: boolean;
}