Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 738 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 738 Bytes

CP-Template

What is this

How to Install

TBD

How to Use

1. Set environment

Set environment file $XDG_CONFIG_HOME/cp-template/settings.toml or $HOME/.config/cp-template/settings.toml

[templates]
    default = "filepathA"        # required
    somestyle = "filepathB"      # option
    somestyle2 = "filepathC"     

2. Execute Command

$ cp-template --folder `FolderName` --number `Number of Problems` (--style `StyleName`)

Example

$ cp-template --folder ABC336 --number 7
Example /w StyleName
[templates]
    default = "A filepath"
    query = "Other filepath"
$ cp-template --folder CF1928 --number 6 --style query

To be

  • style setting