Skip to content

rxtech-lab/packit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packit

Packit is a developer utility designed to consolidate multiple code files into a single, compact file. This tool is particularly useful for developers working with Large Language Models (LLMs) like Claude.ai, where inputting entire codebases or complex projects as prompts can be challenging.

Building Packit

make build

Running Packit

Create a packit.yaml file

Create a packit.yaml file in the root directory of your project. This file should contain the following fields:

input:
  patterns: ["**/*.swift"]

output:
  file: test.swift
  comment_symbol: "//"
packit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors