Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPSAVECLI

Highlights

cpsavecli A simple command line Tool for

  • parsing contests

  • Testing Solutions with correct solutions along with compilation

Install

Install the package globally

$ npm install cpsavecli -g

Usage

Initialize the current directory with test files inside Test folder [contest link] - link of the contest to be parsed

$ cpsavecli init [contest_link]

Create Cpp files to write solutions

$ cpsavecli solve [name]

Compile Solutions to check for Errors

  • 'c' -Tells CLI to compile file with name as [name]
$ cpsavecli c [name]

Test solutions with Correct Results

  • 't' - Tells CLI to test [name] file
$ cpsavecli t [name]

Compile and Test solutions with one command

$ cpsavecli ct [name]

Finally look at the WRONG ANSWER result. Yeah That's Perfect! cuz Its the law

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages