Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 699 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 699 Bytes

KickIt

Keep It Concise and Kicking

Build Status License NPM Version

KickIt is a library for generating Markdown content according to a document-driven template. It uses the Cohere.ai chat API to generate content.

Development

Install dependencies

pnpm install

Set Cohere.ai API key in .env

COHERE_API_KEY=MDxxx8LhDg

Run test

pnpm test