Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 913 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 913 Bytes

Example: Using @docmaps/sdk and fp-ts to Parse and Validate Docmaps

Welcome to example. This project demonstrates how to parse and validate docmaps using @docmaps/sdk and fp-ts.

The demonstration aims to provide a starting point and guide for developers who want to use these libraries to manage docmaps effectively in their applications. Mainly it exists so you can inspect the code and replicate the pattern. See comments inline for details.

Prerequisites

  1. npm - If not already installed, follow the instructions from the official Node.js website

  2. Familiarity with TypeScript

  3. [Recommended] Familiarity with functional programming

Usage

Please refer to the @docmaps/sdk and fp-ts documentation for more detailed information on usage and functionality.

License

MIT