@frankframework/doc-library-core
v1.0.1
Published
A powerful and easy-to-use library, designed to extract and process information from the FF! Doc JSON.
Downloads
31
Keywords
Readme
FF! Doc Library for ESM / TS Applications
The 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.
Usage
import { FFDoc } from '@frankframework/doc-library-core';Development
Build
Run pnpm build to build the library project using Vite. The bundled and type definition files will be stored in the dist/ directory.
Publishing
Run pnpm publish in the this directory in order to publish the library to a package registry.
