Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 449 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 449 Bytes

@daffodil/content

@daffodil/content provides platform-agnostic drivers for fetching static content generated and provided by the platform in use. It also includes useful models and functions for working with static content.

Installation

To install @daffodil/content, use the following commands in your terminal.

Install with npm:

npm install @daffodil/content --save

Install with yarn:

yarn add @daffodil/content