solv-cli
v1.5.1
Published
hot-challenge-solving application for any coding challenge services
Downloads
9
Readme
Introduction
Solv [sɑːlv] is a cli application for solving coding challenges with live updaing feature.
Compatibility
| Name | Support? | |------------------------------------------------|----------------------| | Baekjoon (acmicpc) | ✅ | | Programmers | ⚠️ (Partially, WIP) | | LeetCode | ⚠️ (Partially, WIP) |
Installation
$ npm install -g solv-cli
Usage
Usage: solv [options] <url>
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 <source> specify source code path to watch
--config, -c <config> specify configuration file path
--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