/coding_template

This is a command line utility to set a default template for competitive programming.

Primary LanguagePython

coding_template

(!only for linux users!) This is a command line utility to set a default template for competitive programming.

INSTALLATION AND CONFIGURATION

  1. git clone https://github.com/developer-ishan/coding_template.git
  2. cd coding_template
  3. chmod 755 install
  4. ./install

USAGE

     Options:-
-v, --version : 2.0
-h, --help : for detailed help
-i [FILENAME] --init [FILENAME] : for creating code template
-e, --edit : for editing template
-c, --create : for adding new template
-a, --all :see list of already added templates

Contibutors