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.
- Host: GitHub
- URL: https://github.com/async3619/solv
- Owner: async3619
- License: mit
- Created: 2022-09-23T02:23:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T09:47:36.000Z (almost 3 years ago)
- Last Synced: 2024-12-08T21:00:56.002Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 277 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
✔️
Solv
## 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
```