Skip to content

gwroblew/coder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coder

AI coding assistant for C#.

Usage

  • Create "openai.key" file containing OpenAI API key, in current folder or in /usr/bin.
  • Add "// TODO: " comments in methods.
  • Run "coder <project_path>".
  • New code is processed and changes merged into the *.cs files.
  • In case of conflicts or errors check <project_path>/_prompts folder.
  • Previous *.cs files (before merging) are renamed to *.old.
  • For options to run the process in stages see Program.cs.

About

AI coding assistant for C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages