hot-challenge-solving application for any coding challenge services
npm install solv-cliSolv [sɑːlv] is a cli application for solving coding challenges with live updaing feature.
| Name | Support? |
|------------------------------------------------|----------------------|
| Baekjoon (acmicpc) | ✅ |
| Programmers | ⚠️ (Partially, WIP) |
| LeetCode | ⚠️ (Partially, WIP) |
``bash`
$ npm install -g solv-cli
`bash
Usage: solv [options]
hot-challenge-solving application for any coding challenge services
Arguments:
url specify a website url to solve
Options:
-V, --version output the version number
--source, -s
--config, -c
--no-transpile, -t specify if program should not transpile source code
--no-overwrite, -n specify if program should not overwrite source code file
--no-cache, -w specify if program should not cache challenge information
-h, --help display help for command
``