A powerful and easy-to-use library, designed to extract and process information from the FF! Doc JSON.
npm install @frankframework/doc-library-coreThe FF! Doc Library is a powerful and easy-to-use Node.js package designed to extract and process information from the frankdoc.json.
This library simplifies working with the data structure and enables seamless integration with FF! Reference and FF! Flow projects.
No matter if you use React, Angular or vanilla JavaScript, FF! Doc Library has you covered.
js
import { FFDoc } from '@frankframework/doc-library-core';
`Development
$3
Run pnpm build to build the library project using Vite. The bundled and type definition files will be stored in the dist/ directory.$3
Run pnpm publish` in the this directory in order to publish the library to a package registry.