contently-render-json
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-alpha.0 • Public • Published

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;
}

Readme

Keywords

none

Package Sidebar

Install

npm i contently-render-json

Weekly Downloads

1

Version

2.0.0-alpha.0

License

MIT

Unpacked Size

4.11 kB

Total Files

4

Last publish

Collaborators

  • krmax44