0.1.2 • Published 2 months ago

@blouce/kick-it v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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