Skip to content

LLM prompt generator tool to easily concatenate code from a GitHub repo

Notifications You must be signed in to change notification settings

JBLarson/codeContext

Repository files navigation

codeContext

LLM Prompt Generation Tool

Easily generate LLM prompts that include relevant files from the project you're working on.

If you'd like to use the tool on a private GitHub repo

  • Create a personal access token (PAT) with READ-ONLY privileges on the private repo in question.
  • Add that personal access token to the token.js file

//token.js

const GITHUB_TOKEN = 'YOUR-TOKEN';

About

LLM prompt generator tool to easily concatenate code from a GitHub repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published