An open API service indexing awesome lists of open source software.

https://github.com/async3619/solv

Hot-challenge-solving application for any coding challenge services.
https://github.com/async3619/solv

Last synced: 11 months ago
JSON representation

Hot-challenge-solving application for any coding challenge services.

Awesome Lists containing this project

README

          




✔️


Solv








GitHub package.json version


codecov


MIT License



Hot-challenge-solving application for any coding challenge services.




## Introduction

Solv [sɑːlv] is a cli application for solving coding challenges with live updaing feature.

### Compatibility

| Name | Support? |
|------------------------------------------------|----------------------|
| [Baekjoon (acmicpc)](https://www.acmicpc.net/) | ✅ |
| [Programmers](https://programmers.co.kr/) | ⚠️ (Partially, WIP) |
| [LeetCode](https://leetcode.com/) | ⚠️ (Partially, WIP) |

## Installation

```bash
$ npm install -g solv-cli
```

## Usage

```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 specify source code path to watch
--config, -c 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
```