Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.18 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.18 KB

Python compat PyPi GHA Status Coverage Documentation Status


llmake is a

Features

Installation

llmake requires Python >=3.8 and can be installed via:

python -m pip install git+https://github.com/smy20011/llmake.git

Usage

import llmake

Roadmap

  • Create subcommands for each step
    • llmake create-template
    • llmake fetch-context
    • llmake query
  • Support makefile generation
  • Test cases
  • Add more detailed documentation