An open API service indexing awesome lists of open source software.

https://github.com/lifeart/code2prompt

Code to Prompt generator
https://github.com/lifeart/code2prompt

code-prompting code2prompt llm prompt-engineering prompt-toolkit

Last synced: 2 months ago
JSON representation

Code to Prompt generator

Awesome Lists containing this project

README

          

# Code2Prompt

This is a simple web application that allows you to generate a prompt for a large language model (LLM) based on the contents of a GitHub repository.

## Usage

1. Enter your GitHub personal access token. This is required to access private repositories.
2. Enter the URL of the GitHub repository you want to use.

The application will then fetch the contents of the repository and generate a prompt that you can use with an LLM.

## Example

**Input:**

* GitHub URL: https://github.com/lifeart/glimmerx-workshop/tree/master

**Output:**

```
I have a GitHub repository with the following file structure:
```

```html

readme.md
[public/]
favicon.ico
[src/]
App.gts

```

```
Here are the contents of each file:
```

```hbs


Code2Prompt





```

## Development

### Prerequisites

* Node.js
* pnpm

### Installation

```
pnpm install
```

### Development Server

```
pnpm dev
```

### Building

```
pnpm build
```

### Testing

```
pnpm test
```

## Contributing

Contributions are welcome! Please open an issue or submit a pull request.

## License

MIT