ankushbhardwxj / codemon

cli to win programming contests
https://pypi.org/project/codemon/
MIT License
26 stars 12 forks source link

Adding custom templates #71

Closed cs-mshah closed 3 years ago

cs-mshah commented 3 years ago

It would be great if we could add our custom templates that we generally use, as most of the programmers use their own templates, which vary. So if a template path is specified, then codemon should load that, else the default template is used.

cs-mshah commented 3 years ago

Please assign me this issue

ankushbhardwxj commented 3 years ago

@cs-mshah - This case is already handled, codemon searches for template file at a hidden directory (~/.codemon) at root of linux directory system. If a template is not found, only then the default templates are used. You may close the issue if this answers your query.