Skip to content

lordvidex/cpgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpgen

A terminal based application that generates competitive programming solution files with templates and configurations.

Table of Contents

Installation

Prerequisites

Download the source code and run the following make commands to install the program in the GOBIN directory.

make install-cli # cli version
# OR
make install-tui # terminal UI version

Usage

CLI

  • Make sure the binary has been installed.
  • When using CLI version, options can be passed with flags. Run cpgen-cli -h to view options.

TUI

  • Make sure the binary has been installed.
  • Run cpgen

Contributing

  • Fork the repository.
  • Create a new branch.
  • Make changes and commit.

Roadmap

  • Add support for other competitive programming websites
  • Add more templates

Don't forget to star 🌟 the repository if you found this useful. Thanks ❤️

Screenshots

CLI

cli screenshot

TUI

option screen

files screen

loading screen

About

competitive programming template generation built with Go ⚡️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published