A terminal based application that generates competitive programming solution files with templates and configurations.
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- Make sure the binary has been installed.
- When using CLI version, options can be passed with flags. Run
cpgen-cli -hto view options.
- Make sure the binary has been installed.
- Run
cpgen
- Fork the repository.
- Create a new branch.
- Make changes and commit.
- Add support for other competitive programming websites
- Add more templates
Don't forget to star 🌟 the repository if you found this useful. Thanks ❤️