contently-render-json
v2.0.0-alpha.0
Published
Generates static JSON files.
Downloads
10
Readme
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;
}